Searched refs:close_sync (Results 1 – 5 of 5) sorted by relevance
100 void (*close_sync)(struct mddev *mddev); member
1809 static void close_sync(struct r1conf *conf) in close_sync() function2813 mddev->bitmap_ops->close_sync(mddev); in raid1_sync_request()2814 close_sync(conf); in raid1_sync_request()
2046 static void close_sync(struct r10conf *conf) in close_sync() function3218 close_sync(conf); in raid10_sync_request()3252 mddev->bitmap_ops->close_sync(mddev); in raid10_sync_request()3253 close_sync(conf); in raid10_sync_request()
3011 .close_sync = bitmap_close_sync,
6507 mddev->bitmap_ops->close_sync(mddev); in raid5_sync_request()