Searched refs:bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | bitmap.h | 258 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1525 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() function 1554 EXPORT_SYMBOL(bitmap_end_sync); 1567 bitmap_end_sync(bitmap, sector, &blocks, 0); in bitmap_close_sync() 1595 bitmap_end_sync(bitmap, s, &blocks, 0); in bitmap_cond_end_sync()
|
D | raid1.c | 1736 bitmap_end_sync(mddev->bitmap, s, in end_sync_write() 2505 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|
D | raid10.c | 2864 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request() 2869 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
|
D | raid5.c | 5601 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|