Home
last modified time | relevance | path

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

/freebsd/sys/geom/union/
H A Dg_union.c330 sc->sc_writemap_root = g_malloc(sc->sc_root_size * sizeof(uint64_t *), in g_union_ctl_create()
337 sc->sc_writemap_root[i] = in g_union_ctl_create()
593 memset(sc->sc_writemap_root[i], 0, in g_union_revert()
1092 leaf = &sc->sc_writemap_root[root_idx]; in g_union_setmap()
1149 leaf = sc->sc_writemap_root[root_idx]; in g_union_getmap()
1369 g_free(sc->sc_writemap_root[i]); in g_union_providergone()
1370 g_free(sc->sc_writemap_root); in g_union_providergone()
H A Dg_union.h54 uint64_t **sc_writemap_root; /* root of write map */ member