Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.h55 uint64_t *sc_leafused; /* 1 => leaf has allocation */ member
H A Dg_union.c334 sc->sc_leafused = g_malloc(roundup(sc->sc_root_size, BITS_PER_ENTRY), in g_union_ctl_create()
595 memset(sc->sc_leafused, 0, roundup(sc->sc_root_size, BITS_PER_ENTRY)); in g_union_revert()
1096 sc->sc_leafused[root_idx / BITS_PER_ENTRY] |= in g_union_setmap()
1136 if (((sc->sc_leafused[root_idx / BITS_PER_ENTRY]) & in g_union_getmap()
1371 g_free(sc->sc_leafused); in g_union_providergone()