Searched refs:bitmap_endwrite (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/md/ |
D | bitmap.h | 236 void bitmap_endwrite(struct bitmap *bitmap, sector_t offset,
|
D | bitmap.c | 1349 void bitmap_endwrite(struct bitmap *bitmap, sector_t offset, unsigned long sectors, in bitmap_endwrite() function 1404 EXPORT_SYMBOL(bitmap_endwrite);
|
D | raid1.c | 355 bitmap_endwrite(r1_bio->mddev->bitmap, r1_bio->sector, in close_write()
|
D | raid5.c | 2467 bitmap_endwrite(conf->mddev->bitmap, sh->sector, in handle_failed_stripe() 2688 bitmap_endwrite(conf->mddev->bitmap, in handle_stripe_clean_event()
|
D | raid10.c | 384 bitmap_endwrite(r10_bio->mddev->bitmap, r10_bio->sector, in close_write()
|