Home
last modified time | relevance | path

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

/freebsd/sys/geom/multipath/
H A Dg_multipath.c118 #define MP_POSTED 0x00000008 macro
256 if (*cnt == 0 && (cp->index & MP_POSTED) == 0) { in g_multipath_orphan()
257 cp->index |= MP_POSTED; in g_multipath_orphan()
391 cp->index |= MP_POSTED; in g_multipath_done()
439 if (*cnt == 0 && (cp->index & (MP_LOST | MP_POSTED)) == MP_LOST) { in g_multipath_done_error()
440 cp->index |= MP_POSTED; in g_multipath_done_error()
685 if ((cp->index & MP_POSTED) == 0) { in g_multipath_destroy()
686 cp->index |= MP_POSTED; in g_multipath_destroy()
1312 if (*cnt == 0 && (cp->index & MP_POSTED) == 0) { in g_multipath_ctl_remove()
1313 cp->index |= MP_POSTED; in g_multipath_ctl_remove()