Searched refs:sc_stopping (Results 1 – 11 of 11) sorted by relevance
60 if (sc->sc_stopping != 0) in g_raid_find_node()71 if (sc->sc_stopping != 0) in g_raid_find_node()87 if (sc->sc_stopping != 0) in g_raid_find_node()
1577 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_worker()1836 if (sc->sc_stopping != 0 && (acr > 0 || acw > 0 || ace > 0)) { in g_raid_access()1849 if (sc->sc_stopping == G_RAID_DESTROY_DELAYED && in g_raid_access()1854 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_access()2026 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy_node()2058 wakeup(&sc->sc_stopping); in g_raid_destroy_node()2116 if (sc->sc_stopping == G_RAID_DESTROY_HARD) { in g_raid_destroy_volume()2175 sc->sc_stopping = G_RAID_DESTROY_DELAYED; in g_raid_destroy()2186 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy()2190 error = sx_sleep(&sc->sc_stopping, &sc->sc_lock, in g_raid_destroy()[all …]
302 int sc_stopping; /* Node is stopping */ member
1074 if (sc->sc_stopping != 0) in g_raid_md_create_promise()1160 if (sc->sc_stopping != 0) in g_raid_md_taste_promise()1708 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_promise()
883 if (sc->sc_stopping != 0) in g_raid_md_taste_jmicron()1400 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_jmicron()
880 if (sc->sc_stopping != 0) in g_raid_md_taste_nvidia()1404 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_nvidia()
969 if (sc->sc_stopping != 0) in g_raid_md_taste_sii()1488 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_sii()
1546 if (sc->sc_stopping != 0) in g_raid_md_taste_intel()2362 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_intel()
2083 if (sc->sc_stopping != 0) in g_raid_md_create_req_ddf()2145 if (sc->sc_stopping != 0) in g_raid_md_taste_ddf()2742 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_ddf()
281 if (sc->sc_stopping) in g_multipath_resize()515 if (sc->sc_stopping && sc->sc_opened == 0) in g_multipath_access()543 if (sc == NULL || sc->sc_stopping) in g_multipath_create()674 if (!sc->sc_stopping) { in g_multipath_destroy()676 sc->sc_stopping = 1; in g_multipath_destroy()874 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()884 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()1335 if (sc == NULL || sc->sc_stopping) in g_multipath_find_geom()
53 int sc_stopping; member