Searched refs:bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/md/ |
D | bitmap.h | 275 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1482 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() function 1512 EXPORT_SYMBOL(bitmap_end_sync); 1525 bitmap_end_sync(bitmap, sector, &blocks, 0); in bitmap_close_sync() 1553 bitmap_end_sync(bitmap, s, &blocks, 0); in bitmap_cond_end_sync()
|
D | raid1.c | 1182 bitmap_end_sync(mddev->bitmap, s, in end_sync_write() 1648 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|
D | raid10.c | 1800 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request() 1805 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
|
D | raid5.c | 4319 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|