Home
last modified time | relevance | path

Searched refs:end_sync (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/md/
H A Dmd-bitmap.h98 void (*end_sync)(struct mddev *mddev, sector_t offset, sector_t *blocks); member
H A Draid1.c2060 mddev->bitmap_ops->end_sync(mddev, s, &sync_blocks); in abort_sync_write()
2808 mddev->bitmap_ops->end_sync(mddev, mddev->curr_resync, in raid1_sync_request()
H A Draid10.c3224 mddev->bitmap_ops->end_sync(mddev, in raid10_sync_request()
3231 mddev->bitmap_ops->end_sync(mddev, sect, in raid10_sync_request()
H A Dmd-bitmap.c3009 .end_sync = bitmap_end_sync,
H A Draid5.c6503 mddev->bitmap_ops->end_sync(mddev, mddev->curr_resync, in raid5_sync_request()