Searched refs:st_reshape (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-raid.c | 3348 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator 3376 return st_reshape; in decipher_sync_action() 3390 return st_reshape; in decipher_sync_action() 3459 else if (state == st_resync || state == st_reshape) in rs_get_progress()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-raid.c | 3341 enum sync_state { st_frozen, st_reshape, st_resync, st_check, st_repair, st_recover, st_idle }; enumerator 3369 return st_reshape; in decipher_sync_action() 3383 return st_reshape; in decipher_sync_action() 3452 else if (state == st_resync || state == st_reshape) in rs_get_progress()
|
Completed in 11 milliseconds