Searched refs:MP_LOST (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c106 #define MP_LOST 0x00000002 macro
109 #define MP_BAD (MP_FAIL | MP_LOST | MP_NEW)
140 (lcp->index & (MP_LOST | MP_NEW)))
239 g_multipath_fault(cp, MP_LOST);
373 if (*cnt == 0 && (cp->index & MP_LOST)) {
415 if (*cnt == 0 && (cp->index & (MP_LOST | MP_POSTED)) == MP_LOST) {
1223 (cp->index & MP_LOST) == 0) {
1274 (cp->index & MP_LOST) == 0) {
1279 g_multipath_fault(cp, MP_LOST);
[all...]

Completed in 104 milliseconds