Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c1594 (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 Draid_hotspare.c157 if ((!(COLUMN_STATE(un, hs_index) & RCS_ERRED)) || in check_comp_4_hs()
H A Draid_ioctl.c685 if (COLUMN_STATE(un, i) == RCS_INIT) in raid_init_unit()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h54 #define COLUMN_STATE(un, column) ((un)->un_column[(column)].un_devstate) macro