Searched refs:md_bitmap_end_sync (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | md-bitmap.h | 259 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted);
|
D | md-bitmap.c | 1564 void md_bitmap_end_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int aborted) in md_bitmap_end_sync() function 1593 EXPORT_SYMBOL(md_bitmap_end_sync); 1606 md_bitmap_end_sync(bitmap, sector, &blocks, 0); in md_bitmap_close_sync() 1634 md_bitmap_end_sync(bitmap, s, &blocks, 0); in md_bitmap_cond_end_sync() 1650 md_bitmap_end_sync(bitmap, sector, &blocks, 0); in md_bitmap_sync_with_cluster()
|
D | raid1.c | 1881 md_bitmap_end_sync(mddev->bitmap, s, &sync_blocks, 1); in end_sync_write() 2626 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid1_sync_request()
|
D | raid10.c | 2994 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid10_sync_request() 2999 md_bitmap_end_sync(mddev->bitmap, sect, in raid10_sync_request()
|
D | raid5.c | 6027 md_bitmap_end_sync(mddev->bitmap, mddev->curr_resync, in raid5_sync_request()
|