Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Dmd.h614 int (*start_reshape) (struct mddev *mddev); member
Ddm-raid.c3290 if (rs->md.pers->start_reshape) { in raid_ctr()
3953 if (pers->start_reshape) { in rs_start_reshape()
3954 r = pers->start_reshape(mddev); in rs_start_reshape()
Dmd.c4830 if (mddev->pers->start_reshape == NULL) in action_store()
4838 err = mddev->pers->start_reshape(mddev); in action_store()
5883 pers->start_reshape == NULL) { in md_run()
9739 if (mddev->pers->start_reshape) in check_sb_changes()
9740 mddev->pers->start_reshape(mddev); in check_sb_changes()
Draid5.c9024 .start_reshape = raid5_start_reshape,
9048 .start_reshape = raid5_start_reshape,
9073 .start_reshape = raid5_start_reshape,
Draid10.c5270 .start_reshape = raid10_start_reshape,