Searched refs:bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | bitmap.h | 256 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1526 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() function 1555 EXPORT_SYMBOL(bitmap_end_sync); 1568 bitmap_end_sync(bitmap, sector, &blocks, 0); in bitmap_close_sync() 1596 bitmap_end_sync(bitmap, s, &blocks, 0); in bitmap_cond_end_sync()
|
D | raid1.c | 1775 bitmap_end_sync(mddev->bitmap, s, in end_sync_write() 2512 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|
D | raid10.c | 2947 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request() 2952 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
|
D | raid5.c | 5585 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|