Home
last modified time | relevance | path

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

/src/sys/geom/union/
H A Dg_union.c333 sc->sc_bits_per_leaf = sc->sc_leaf_size * BITS_PER_ENTRY; in g_union_ctl_create()
1093 root_idx = start / sc->sc_bits_per_leaf; in g_union_setmap()
1096 [(start % sc->sc_bits_per_leaf) / BITS_PER_ENTRY]; in g_union_setmap()
1130 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()
1135 root_idx = start / sc->sc_bits_per_leaf; in g_union_getmap()
1136 leafresid = sc->sc_bits_per_leaf - in g_union_getmap()
1137 (start % sc->sc_bits_per_leaf); in g_union_getmap()
1152 word = leaf[(start % sc->sc_bits_per_leaf) / BITS_PER_ENTRY]; in g_union_getmap()
H A Dg_union.h59 long sc_bits_per_leaf; /* bits per leaf node entry */ member