Searched refs:RCS_RESYNC (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_hotspare.c | 159 (raid_state_cnt(un, RCS_RESYNC) > 0)) { in check_comp_4_hs() 344 (raid_state_cnt(un, RCS_RESYNC) == 0) && in check_4_hs()
|
H A D | raid.c | 176 case RCS_RESYNC: in raid_col2unit() 206 (RCS_INIT | RCS_INIT_ERRED | RCS_OKAY | RCS_RESYNC | RCS_ERRED | in raid_set_state() 209 ~(RCS_INIT | RCS_INIT_ERRED | RCS_OKAY | RCS_RESYNC | RCS_ERRED | in raid_set_state() 257 if (colstate & RCS_RESYNC) in raid_set_state() 329 if ((orig_colstate == RCS_RESYNC) && (newstate == RCS_OKAY)) { in raid_set_state() 389 ASSERT(column->un_devstate & RCS_RESYNC); in erred_check_line() 920 if (column->un_devstate & RCS_RESYNC) in raid_build_incore() 948 } else if (column->un_devstate & RCS_RESYNC) { in raid_build_incore() 970 if (column->un_devstate & RCS_RESYNC) { in raid_build_incore() 975 if (! (column->un_devstate & RCS_RESYNC)) { in raid_build_incore() [all …]
|
H A D | raid_resync.c | 162 (un->un_column[column_index].un_devstate & RCS_RESYNC))) { in resync_request() 176 raid_set_state(un, column_index, RCS_RESYNC, 0); in resync_request() 650 if (! (un->un_column[resync].un_devstate & RCS_RESYNC)) { in resync_comp()
|
H A D | raid_ioctl.c | 843 (raid_state_cnt(un, RCS_RESYNC))) { in raid_regen() 1136 (raid_state_cnt(un, RCS_RESYNC) != 0)) { in raid_replace() 1201 (raid_state_cnt(un, RCS_RESYNC) != 0)) in raid_replace() 1516 if (raid_state_cnt(un, RCS_RESYNC)) in raid_set_sync() 1550 if (un->un_column[ix].un_devstate & RCS_RESYNC) { in raid_set_sync() 3027 if (colstate & RCS_RESYNC) { in raid_rename_check()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_raid.h | 60 ((un)->un_column[(column)].un_devstate == RCS_RESYNC) || \ 66 ((un)->un_column[(column)].un_devstate == RCS_RESYNC) || \
|
H A D | mdiox.x | 1235 RCS_RESYNC = 0x10, enumerator
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_raid.c | 465 if (cp->state & RCS_RESYNC) in find_resyncing_column() 627 case RCS_RESYNC: in raid_col_state_to_name()
|
H A D | meta_statconcise.c | 420 case RCS_RESYNC: in meta_get_raid_col_state()
|