Home
last modified time | relevance | path

Searched refs:bpo_bytes (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbpobj.c269 p->bpo_phys->bpo_bytes -= freed; in propagate_space_reduction()
270 ASSERT3S(p->bpo_phys->bpo_bytes, >=, 0); in propagate_space_reduction()
401 ASSERT0(bpo->bpo_phys->bpo_bytes); in bpobj_iterate_impl()
776 bpo->bpo_phys->bpo_bytes += used; in bpobj_enqueue_subobj()
841 bpo->bpo_phys->bpo_bytes += sign * in bpobj_enqueue()
886 *usedp = bpo->bpo_phys->bpo_bytes; in bpobj_space()
H A Ddsl_pool.c860 spa->spa_deferred_bpobj.bpo_phys->bpo_bytes; in dsl_pool_adjustedsize()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbpobj.h47 uint64_t bpo_bytes; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1177 zdb_nicenum(bpop->bpo_bytes, bytes, sizeof (bytes)); in dump_bpobj()
2570 zdb_nicenum(bpo->bpo_phys->bpo_bytes, bytes, sizeof (bytes)); in dump_full_bpobj()