Searched refs:bpo_bytes (Results 1 – 3 of 3) sorted by relevance
243 bpo->bpo_phys->bpo_bytes -= in bpobj_iterate_impl()245 ASSERT3S(bpo->bpo_phys->bpo_bytes, >=, 0); in bpobj_iterate_impl()312 bpo->bpo_phys->bpo_bytes -= used_before - used_after; in bpobj_iterate_impl()313 ASSERT3S(bpo->bpo_phys->bpo_bytes, >=, 0); in bpobj_iterate_impl()344 ASSERT0(bpo->bpo_phys->bpo_bytes); in bpobj_iterate_impl()448 bpo->bpo_phys->bpo_bytes += used; in bpobj_enqueue_subobj()511 bpo->bpo_phys->bpo_bytes += in bpobj_enqueue()551 *usedp = bpo->bpo_phys->bpo_bytes; in bpobj_space()
46 uint64_t bpo_bytes; member
437 zdb_nicenum(bpop->bpo_bytes, bytes, sizeof (bytes)); in dump_bpobj()1487 zdb_nicenum(bpo->bpo_phys->bpo_bytes, bytes, sizeof (bytes)); in dump_full_bpobj()