Home
last modified time | relevance | path

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

/linux/drivers/md/
A Dmd.h589 int (*start_reshape) (struct mddev *mddev); member
A Ddm-raid.c3292 if (rs->md.pers->start_reshape) { in raid_ctr()
3954 if (pers->start_reshape) { in rs_start_reshape()
3955 r = pers->start_reshape(mddev); in rs_start_reshape()
A Dmd.c4853 if (mddev->pers->start_reshape == NULL) in action_store()
4861 err = mddev->pers->start_reshape(mddev); in action_store()
5907 pers->start_reshape == NULL) { in md_run()
9707 if (mddev->pers->start_reshape) in check_sb_changes()
9708 mddev->pers->start_reshape(mddev); in check_sb_changes()
A Draid5.c8708 .start_reshape = raid5_start_reshape,
8732 .start_reshape = raid5_start_reshape,
8757 .start_reshape = raid5_start_reshape,
A Draid10.c5223 .start_reshape = raid10_start_reshape,

Completed in 51 milliseconds