Home
last modified time | relevance | path

Searched refs:finish_reshape (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/md/
Dmd.h590 void (*finish_reshape) (struct mddev *mddev); member
Draid5.c8712 .finish_reshape = raid5_finish_reshape,
8736 .finish_reshape = raid5_finish_reshape,
8761 .finish_reshape = raid5_finish_reshape,
Dmd.c9045 mddev->pers->finish_reshape && in md_do_sync()
9413 mddev->pers->finish_reshape) { in md_reap_sync_thread()
9414 mddev->pers->finish_reshape(mddev); in md_reap_sync_thread()
Draid10.c5224 .finish_reshape = raid10_finish_reshape,