Searched defs:g_union_softc (Results 1 – 1 of 1) sorted by relevance
52 struct g_union_softc { struct53 struct rwlock sc_rwlock; /* writemap lock */54 uint64_t **sc_writemap_root; /* root of write map */55 uint64_t *sc_leafused; /* 1 => leaf has allocation */56 uint64_t sc_map_size; /* size of write map */57 long sc_root_size; /* entries in root node */58 long sc_leaf_size; /* entries in leaf node */59 long sc_bits_per_leaf; /* bits per leaf node entry */60 long sc_writemap_memory; /* memory used by writemap */61 off_t sc_offset; /* starting offset in lower */[all …]