Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c108 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) 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()
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()
420 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
430 subsubobjs = subbpo.bpo_phys->bpo_subobjs; in bpobj_enqueue_subobj()
447 dmu_write(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, in bpobj_enqueue_subobj()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h49 uint64_t bpo_subobjs; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c508 (u_longlong_t)bpop->bpo_subobjs); in dump_bpobj()
1820 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
1829 (u_longlong_t)bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
1837 bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
1872 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpobj_count_refd()
1873 mos_obj_refd(bpo->bpo_phys->bpo_subobjs); in bpobj_count_refd()
1879 bpo->bpo_phys->bpo_subobjs, in bpobj_count_refd()