Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c110 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) in bpobj_free()
113 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); in bpobj_free()
127 bpo.bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0)); in bpobj_free()
140 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx)); in bpobj_free()
252 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpi_alloc()
439 p->bpo_phys->bpo_subobjs, in bpobj_iterate_impl()
445 bpo->bpo_phys->bpo_subobjs != 0) { in bpobj_iterate_impl()
450 bpo->bpo_phys->bpo_subobjs, in bpobj_iterate_impl()
454 bpo->bpo_phys->bpo_subobjs = 0; in bpobj_iterate_impl()
487 err = dmu_read(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_iterate_impl()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbpobj.h50 uint64_t bpo_subobjs; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1231 (u_longlong_t)bpop->bpo_subobjs); in dump_bpobj()
2867 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
2879 (u_longlong_t)bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
2889 (u_longlong_t)bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
2898 bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
3070 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpobj_count_refd()
3071 mos_obj_refd(bpo->bpo_phys->bpo_subobjs); in bpobj_count_refd()
3077 bpo->bpo_phys->bpo_subobjs, in bpobj_count_refd()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1488 uint64_t bpo_subobjs; member