Home
last modified time | relevance | path

Searched refs:MD_DEV_ERRORED (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c890 mt_state = mt_flags_to_name(transp, &tv, tstate & MD_DEV_ERRORED); in trans_report()
901 if ((tstate & MD_DEV_ERRORED) == 0) { in trans_report()
1227 ml_state = mt_l_error_to_name(transp, &tv, tstate & MD_DEV_ERRORED); in log_report()
1238 if ((tstate & MD_DEV_ERRORED) == 0) { in log_report()
H A Dmeta_stripe.c767 MD_DEV_ERRORED); in subdev_row_report()
778 tstate & MD_DEV_ERRORED); in subdev_row_report()
1040 if ((tstate & MD_DEV_ERRORED) != 0) { in stripe_report()
1078 tstate & MD_DEV_ERRORED, ep) != 0) { in stripe_report()
H A Dmeta_mirror.c1033 tstate & MD_DEV_ERRORED); in mirror_report()
1242 if ((tstate & MD_DEV_ERRORED) == 0) { in mirror_report()
H A Dmeta_raid.c680 tstate & MD_DEV_ERRORED); in display_raid_device_info()
827 tstate &= MD_DEV_ERRORED; /* extract the errored tstate bits */ in raid_report()
H A Dmeta_sp.c2137 status = meta_sp_status_to_name(msp->status, tstate & MD_DEV_ERRORED); in meta_sp_report()
5537 tstate & MD_DEV_ERRORED)); in meta_sp_validate_unit()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h244 #define MD_DEV_ERRORED 0x0000ffff /* ui_tstate error bits */ macro
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c1060 if ((ui == NULL) || (ui->ui_tstate & MD_DEV_ERRORED)) { in raid_resync_unit()
H A Draid_ioctl.c661 if ((ui == NULL) || (ui->ui_tstate & MD_DEV_ERRORED)) { in raid_init_unit()
808 if ((ui == NULL) || (ui->ui_tstate & MD_DEV_ERRORED)) { in raid_regen_unit()