Home
last modified time | relevance | path

Searched refs:DRIVE_ERRORED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_local.h67 #define DRIVE_ERRORED 0x0001 /* exclusive state */ macro
81 ((dp)->dr_state == DRIVE_ERRORED))
H A Dmhd_drive.c224 (void) mhd_state(dp, DRIVE_ERRORED, NULL); in mhd_reserve()
262 (void) mhd_state(dp, DRIVE_ERRORED, NULL); in mhd_failfast()
300 (void) mhd_state(dp, DRIVE_ERRORED, NULL); in mhd_release()
315 (void) mhd_state(dp, DRIVE_ERRORED, NULL); in mhd_release()
932 (void) mhd_state(dp, DRIVE_ERRORED, NULL); in mhd_drive_thread()
944 case DRIVE_ERRORED: in mhd_drive_thread()
974 (DRIVE_EXCLUSIVE_STATES & ~DRIVE_ERRORED))); in mhd_drive_thread()
H A Dmhd_set.c580 ((dp->dr_state == DRIVE_ERRORED) && in mhd_reserve_set()
626 if (dp->dr_state != DRIVE_ERRORED) { in mhd_reserve_set()