Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dmd.h513 int (*start_reshape) (struct mddev *mddev); member
Draid5.c7781 .start_reshape = raid5_start_reshape,
7805 .start_reshape = raid5_start_reshape,
7830 .start_reshape = raid5_start_reshape,
Dmd.c4243 if (mddev->pers->start_reshape == NULL) in action_store()
4248 err = mddev->pers->start_reshape(mddev); in action_store()
5092 pers->start_reshape == NULL) { in md_run()
Draid10.c4710 .start_reshape = raid10_start_reshape,