Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dmd.h519 int (*start_reshape) (struct mddev *mddev); member
Draid5.c7870 .start_reshape = raid5_start_reshape,
7893 .start_reshape = raid5_start_reshape,
7917 .start_reshape = raid5_start_reshape,
Dmd.c4344 if (mddev->pers->start_reshape == NULL) in action_store()
4352 err = mddev->pers->start_reshape(mddev); in action_store()
5207 pers->start_reshape == NULL) { in md_run()
Draid10.c4637 .start_reshape = raid10_start_reshape,