Home
last modified time | relevance | path

Searched refs:bpo_uncomp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dbpobj.c257 bpo->bpo_phys->bpo_uncomp -= BP_GET_UCSIZE(bp); in bpobj_iterate_impl()
324 bpo->bpo_phys->bpo_uncomp -= in bpobj_iterate_impl()
355 ASSERT0(bpo->bpo_phys->bpo_uncomp); in bpobj_iterate_impl()
461 bpo->bpo_phys->bpo_uncomp += uncomp; in bpobj_enqueue_subobj()
527 bpo->bpo_phys->bpo_uncomp += BP_GET_UCSIZE(bp); in bpobj_enqueue()
567 *uncompp = bpo->bpo_phys->bpo_uncomp; in bpobj_space()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dbpobj.h48 uint64_t bpo_uncomp; member
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c486 zdb_nicenum(bpop->bpo_uncomp, uncomp, sizeof (uncomp)); in dump_bpobj()
1745 zdb_nicenum(bpo->bpo_phys->bpo_uncomp, uncomp, sizeof (uncomp)); in dump_full_bpobj()