Searched refs:COLUMN_STATE (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid.c | 1594 (COLUMN_STATE(un, cs->cs_dcolumn) != RCS_ERRED) && in raid_read_error() 1595 (COLUMN_STATE(un, cs->cs_dcolumn) != RCS_LAST_ERRED)) in raid_read_error() 1601 (COLUMN_STATE(un, cs->cs_pcolumn) != RCS_ERRED) && in raid_read_error() 1602 (COLUMN_STATE(un, cs->cs_pcolumn) != RCS_LAST_ERRED)) in raid_read_error() 2957 (COLUMN_STATE(un, cs->cs_dcolumn) != RCS_ERRED) && in raid_write_error() 2958 (COLUMN_STATE(un, cs->cs_dcolumn) != RCS_LAST_ERRED)) in raid_write_error() 2964 (COLUMN_STATE(un, cs->cs_pcolumn) != RCS_ERRED) && in raid_write_error() 2965 (COLUMN_STATE(un, cs->cs_pcolumn) != RCS_LAST_ERRED)) in raid_write_error() 2972 (COLUMN_STATE(un, cbuf->cbuf_column) != RCS_ERRED) && in raid_write_error() 2973 (COLUMN_STATE(un, cbuf->cbuf_column) != RCS_LAST_ERRED)) in raid_write_error() [all …]
|
H A D | raid_hotspare.c | 157 if ((!(COLUMN_STATE(un, hs_index) & RCS_ERRED)) || in check_comp_4_hs()
|
H A D | raid_ioctl.c | 685 if (COLUMN_STATE(un, i) == RCS_INIT) in raid_init_unit()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_raid.h | 54 #define COLUMN_STATE(un, column) ((un)->un_column[(column)].un_devstate) macro
|