Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dbpobj.c106 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) in bpobj_free()
109 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi)); in bpobj_free()
123 bpo.bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0)); in bpobj_free()
136 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx)); in bpobj_free()
262 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0) in bpobj_iterate_impl()
266 err = dmu_object_info(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, &doi); in bpobj_iterate_impl()
288 bpo->bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0); in bpobj_iterate_impl()
337 bpo->bpo_phys->bpo_subobjs, in bpobj_iterate_impl()
398 if (bpo->bpo_phys->bpo_subobjs == 0) { in bpobj_enqueue_subobj()
399 bpo->bpo_phys->bpo_subobjs = dmu_object_alloc(bpo->bpo_os, in bpobj_enqueue_subobj()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h49 uint64_t bpo_subobjs; member
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c450 (u_longlong_t)bpop->bpo_subobjs); in dump_bpobj()
1488 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
1497 (u_longlong_t)bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()
1505 bpo->bpo_phys->bpo_subobjs, in dump_full_bpobj()