Searched refs:close_sync (Results 1 – 6 of 6) sorted by relevance
114 void (*close_sync)(struct mddev *mddev); member
1822 static void close_sync(struct r1conf *conf) in close_sync() function2814 mddev->bitmap_ops->close_sync(mddev); in raid1_sync_request()2815 close_sync(conf); in raid1_sync_request()
2049 static void close_sync(struct r10conf *conf) in close_sync() function3195 close_sync(conf); in raid10_sync_request()3228 mddev->bitmap_ops->close_sync(mddev); in raid10_sync_request()3229 close_sync(conf); in raid10_sync_request()
1774 .close_sync = llbitmap_close_sync,
3095 .close_sync = bitmap_close_sync,
6535 mddev->bitmap_ops->close_sync(mddev); in raid5_sync_request()