Searched refs:bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
/drivers/md/ |
D | bitmap.h | 254 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | bitmap.c | 1434 void bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in bitmap_end_sync() function 1463 EXPORT_SYMBOL(bitmap_end_sync); 1476 bitmap_end_sync(bitmap, sector, &blocks, 0); in bitmap_close_sync() 1504 bitmap_end_sync(bitmap, s, &blocks, 0); in bitmap_cond_end_sync()
|
D | raid1.c | 1661 bitmap_end_sync(mddev->bitmap, s, in end_sync_write() 2383 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|
D | raid10.c | 2944 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request() 2949 bitmap_end_sync(mddev->bitmap, sect, in sync_request()
|
D | raid5.c | 4652 bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in sync_request()
|