Searched refs:sc_ekeys_lock (Results 1 – 3 of 3) sorted by relevance
119 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_allocate()120 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_allocate()125 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_allocate()150 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_find_last()164 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_replace()182 mtx_assert(&sc->sc_ekeys_lock, MA_OWNED); in g_eli_key_remove()198 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_init()245 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_init()252 mtx_lock(&sc->sc_ekeys_lock); in g_eli_key_destroy()263 mtx_unlock(&sc->sc_ekeys_lock); in g_eli_key_destroy()[all …]
182 struct mtx sc_ekeys_lock; member
794 mtx_init(&sc->sc_ekeys_lock, "geli:ekeys", NULL, MTX_DEF); in g_eli_create()