Searched refs:sc_stopping (Results 1 – 11 of 11) sorted by relevance
62 if (sc->sc_stopping != 0) in g_raid_find_node()73 if (sc->sc_stopping != 0) in g_raid_find_node()89 if (sc->sc_stopping != 0) in g_raid_find_node()
1582 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_worker()1841 if (sc->sc_stopping != 0 && (acr > 0 || acw > 0 || ace > 0)) { in g_raid_access()1854 if (sc->sc_stopping == G_RAID_DESTROY_DELAYED && in g_raid_access()1859 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_access()2031 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy_node()2063 wakeup(&sc->sc_stopping); in g_raid_destroy_node()2121 if (sc->sc_stopping == G_RAID_DESTROY_HARD) { in g_raid_destroy_volume()2180 sc->sc_stopping = G_RAID_DESTROY_DELAYED; in g_raid_destroy()2191 sc->sc_stopping = G_RAID_DESTROY_HARD; in g_raid_destroy()2195 error = sx_sleep(&sc->sc_stopping, &sc->sc_lock, in g_raid_destroy()[all …]
328 int sc_stopping; /* Node is stopping */ member
1068 if (sc->sc_stopping != 0) in g_raid_md_create_promise()1155 if (sc->sc_stopping != 0) in g_raid_md_taste_promise()1706 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()1402 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_jmicron()
969 if (sc->sc_stopping != 0) in g_raid_md_taste_sii()1490 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_sii()
880 if (sc->sc_stopping != 0) in g_raid_md_taste_nvidia()1406 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_nvidia()
1545 if (sc->sc_stopping != 0) in g_raid_md_taste_intel()2364 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_intel()
2078 if (sc->sc_stopping != 0) in g_raid_md_create_req_ddf()2140 if (sc->sc_stopping != 0) in g_raid_md_taste_ddf()2740 if (sc->sc_stopping == G_RAID_DESTROY_HARD) in g_raid_md_write_ddf()
265 if (sc->sc_stopping) in g_multipath_resize()491 if (sc->sc_stopping && sc->sc_opened == 0) in g_multipath_access()519 if (sc == NULL || sc->sc_stopping) in g_multipath_create()651 if (!sc->sc_stopping) { in g_multipath_destroy()653 sc->sc_stopping = 1; in g_multipath_destroy()847 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()857 if (sc == NULL || sc->sc_stopping) in g_multipath_taste()1304 if (sc == NULL || sc->sc_stopping) in g_multipath_find_geom()
53 int sc_stopping; member