Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDbpobj.c108 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) in bpobj_free()
111 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); in bpobj_free()
125 bpo.bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0)); in bpobj_free()
138 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx)); in bpobj_free()
271 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0) in bpobj_iterate_impl()
275 err = dmu_object_info(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, &doi); in bpobj_iterate_impl()
297 bpo->bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0); in bpobj_iterate_impl()
346 bpo->bpo_phys->bpo_subobjs, in bpobj_iterate_impl()
410 if (bpo->bpo_phys->bpo_subobjs == 0) { in bpobj_enqueue_subobj()
411 bpo->bpo_phys->bpo_subobjs = dmu_object_alloc(bpo->bpo_os, in bpobj_enqueue_subobj()
[all …]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDbpobj.h49 uint64_t bpo_subobjs; member
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c494 (u_longlong_t)bpop->bpo_subobjs); in dump_bpobj()
1729 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
1738 (u_longlong_t)bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
1746 bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()