Searched defs:raid_state_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c236 if (raid_state_cnt(un, RCS_OKAY) != un->un_totalcolumncnt)
283 if ((raid_state_cnt(un, RCS_LAST_ERRED) == 0) &&
284 (raid_state_cnt(un, RCS_ERRED) == 1))
411 * NAMES: raid_state_cnt
419 raid_state_cnt(mr_unit_t *un, rcs_state_t state) function
1313 if (raid_state_cnt(un, RCS_OKAY) != colcnt)
1780 ASSERT(raid_state_cnt(un, RCS_RESYNC));
2170 (raid_state_cnt(un, RCS_OKAY) == un->un_origcolumncnt) &&

Completed in 67 milliseconds