Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dmd.h369 int (*start_reshape) (mddev_t *mddev); member
Draid5.c5932 .start_reshape = raid5_start_reshape,
5954 .start_reshape = raid5_start_reshape,
5977 .start_reshape = raid5_start_reshape,
Dmd.c3799 if (mddev->pers->start_reshape == NULL) in action_store()
3801 err = mddev->pers->start_reshape(mddev); in action_store()
4511 pers->start_reshape == NULL) { in md_run()