Searched refs:bitmap_startwrite (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/md/ |
D | bitmap.h | 270 int bitmap_startwrite(struct bitmap *bitmap, sector_t offset,
|
D | bitmap.c | 1306 int bitmap_startwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, int behind) in bitmap_startwrite() function 1369 EXPORT_SYMBOL(bitmap_startwrite);
|
D | raid1.c | 880 bitmap_startwrite(bitmap, bio->bi_sector, r1_bio->sectors, in make_request()
|
D | raid10.c | 909 bitmap_startwrite(mddev->bitmap, bio->bi_sector, r10_bio->sectors, 0); in make_request()
|
D | raid5.c | 2182 bitmap_startwrite(conf->mddev->bitmap, sh->sector, in add_stripe_bio()
|