Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbpobj.c116 for (i = bpo.bpo_phys->bpo_num_subobjs - 1; i >= 0; i--) { in bpobj_free()
253 bpi->bpi_unprocessed_subobjs = bpo->bpo_phys->bpo_num_subobjs; in bpi_alloc()
412 ASSERT3U(p->bpo_phys->bpo_num_subobjs, in bpobj_iterate_impl()
415 p->bpo_phys->bpo_num_subobjs - 1); in bpobj_iterate_impl()
419 p->bpo_phys->bpo_num_subobjs--; in bpobj_iterate_impl()
430 bpo_num_subobjs); in bpobj_iterate_impl()
712 uint64_t numsubsub = subbpo.bpo_phys->bpo_num_subobjs; in bpobj_enqueue_subobj()
729 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj), in bpobj_enqueue_subobj()
732 bpo->bpo_phys->bpo_num_subobjs += numsubsub; in bpobj_enqueue_subobj()
771 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj), in bpobj_enqueue_subobj()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbpobj.h51 uint64_t bpo_num_subobjs; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1192 (u_longlong_t)bpop->bpo_num_subobjs); in dump_bpobj()
2582 (u_longlong_t)bpo->bpo_phys->bpo_num_subobjs, in dump_full_bpobj()
2592 (u_longlong_t)bpo->bpo_phys->bpo_num_subobjs, in dump_full_bpobj()
2597 for (i = 0; i < bpo->bpo_phys->bpo_num_subobjs; i++) { in dump_full_bpobj()
2772 for (uint64_t i = 0; i < bpo->bpo_phys->bpo_num_subobjs; i++) { in bpobj_count_refd()