Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.c1806 static void close_sync(struct r1conf *conf) in close_sync() function
2798 mddev->bitmap_ops->close_sync(mddev); in raid1_sync_request()
2799 close_sync(conf); in raid1_sync_request()
H A Draid10.c2049 static void close_sync(struct r10conf *conf) in close_sync() function
3195 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()
H A Dmd-llbitmap.c1592 .close_sync = llbitmap_close_sync,
H A Dmd-bitmap.c3005 .close_sync = bitmap_close_sync,
H A Draid5.c6530 mddev->bitmap_ops->close_sync(mddev); in raid5_sync_request()