Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dbpobj.c113 for (i = bpo.bpo_phys->bpo_num_subobjs - 1; i >= 0; i--) { in bpobj_free()
200 (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_num_subobjs != 0)); in bpobj_hasentries()
275 for (i = bpo->bpo_phys->bpo_num_subobjs - 1; i >= 0; i--) { in bpobj_iterate_impl()
328 bpo->bpo_phys->bpo_num_subobjs--; in bpobj_iterate_impl()
329 ASSERT3S(bpo->bpo_phys->bpo_num_subobjs, >=, 0); in bpobj_iterate_impl()
411 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj), in bpobj_enqueue_subobj()
413 bpo->bpo_phys->bpo_num_subobjs++; in bpobj_enqueue_subobj()
427 uint64_t numsubsub = subbpo.bpo_phys->bpo_num_subobjs; in bpobj_enqueue_subobj()
438 bpo->bpo_phys->bpo_num_subobjs * sizeof (subobj), in bpobj_enqueue_subobj()
441 bpo->bpo_phys->bpo_num_subobjs += numsubsub; in bpobj_enqueue_subobj()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h50 uint64_t bpo_num_subobjs; member
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c453 (u_longlong_t)bpop->bpo_num_subobjs); in dump_bpobj()
1499 (u_longlong_t)bpo->bpo_phys->bpo_num_subobjs, in dump_full_bpobj()
1503 for (uint64_t i = 0; i < bpo->bpo_phys->bpo_num_subobjs; i++) { in dump_full_bpobj()