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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbpobj.c106 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0)
109 VERIFY3U(0, ==, dmu_object_info(os, bpo.bpo_phys->bpo_subobjs, &doi));
123 bpo.bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0));
136 VERIFY3U(0, ==, dmu_object_free(os, bpo.bpo_phys->bpo_subobjs, tx));
256 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0)
260 err = dmu_object_info(bpo->bpo_os, bpo->bpo_phys->bpo_subobjs, &doi);
282 bpo->bpo_phys->bpo_subobjs, offset, FTAG, &dbuf, 0);
329 bpo->bpo_phys->bpo_subobjs,
388 if (bpo->bpo_phys->bpo_subobjs == 0) {
389 bpo->bpo_phys->bpo_subobjs
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbpobj.h49 uint64_t bpo_subobjs; member in struct:bpobj_phys
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1348 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) {
1364 bpo->bpo_phys->bpo_subobjs,

Completed in 136 milliseconds