Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-raid.c3300 if (rs->md.pers->start_reshape) { in raid_ctr()
3997 * May as well already kick the reshape off so that * pers->start_reshape() becomes optional. in rs_start_reshape()
4009 if (pers->start_reshape) { in rs_start_reshape()
4010 r = pers->start_reshape(mddev); in rs_start_reshape()
4012 rs->ti->error = "pers->start_reshape() failed"; in rs_start_reshape()
H A Draid10.c5143 .start_reshape = raid10_start_reshape,