Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-raid.c3346 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator
3374 return st_reshape; in decipher_sync_action()
3388 return st_reshape; in decipher_sync_action()
3457 else if (state == st_resync || state == st_reshape) in rs_get_progress()