Searched refs:G_MIRROR_DEVICE_FLAG_DESTROY (Results 1 – 3 of 3) sorted by relevance
1358 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) { in g_mirror_sync_request()1370 (sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) { in g_mirror_sync_request()1854 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) { in g_mirror_worker()1877 G_MIRROR_DEVICE_FLAG_DESTROY) != 0) { in g_mirror_worker()2253 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY; in g_mirror_update_device()2280 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY; in g_mirror_update_device()2427 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY; in g_mirror_update_device()2841 KASSERT((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) == 0, in g_mirror_destroy_delayed()2876 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0 || in g_mirror_access()3032 sc->sc_flags |= G_MIRROR_DEVICE_FLAG_DESTROY; in g_mirror_destroy()[all …]
159 #define G_MIRROR_DEVICE_FLAG_DESTROY 0x0100000000000000ULL macro
61 if ((sc->sc_flags & G_MIRROR_DEVICE_FLAG_DESTROY) != 0) in g_mirror_find_device()