Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/multipath/
H A Dg_multipath.c119 #define MP_POSTED 0x00000008 macro
257 if (*cnt == 0 && (cp->index & MP_POSTED) == 0) { in g_multipath_orphan()
258 cp->index |= MP_POSTED; in g_multipath_orphan()
392 cp->index |= MP_POSTED; in g_multipath_done()
440 if (*cnt == 0 && (cp->index & (MP_LOST | MP_POSTED)) == MP_LOST) { in g_multipath_done_error()
441 cp->index |= MP_POSTED; in g_multipath_done_error()
686 if ((cp->index & MP_POSTED) == 0) { in g_multipath_destroy()
687 cp->index |= MP_POSTED; in g_multipath_destroy()
1313 if (*cnt == 0 && (cp->index & MP_POSTED) == 0) { in g_multipath_ctl_remove()
1314 cp->index |= MP_POSTED; in g_multipath_ctl_remove()