Searched refs:DRIVE_ERRORED (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/ |
H A D | mhd_local.h | 67 #define DRIVE_ERRORED 0x0001 /* exclusive state */ macro 81 ((dp)->dr_state == DRIVE_ERRORED))
|
H A D | mhd_drive.c | 224 (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 D | mhd_set.c | 580 ((dp->dr_state == DRIVE_ERRORED) && in mhd_reserve_set() 626 if (dp->dr_state != DRIVE_ERRORED) { in mhd_reserve_set()
|