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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h62 uint8_t bpo_havesubobj; member in struct:bpobj
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c107 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0)
173 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1);
200 (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_num_subobjs != 0));
263 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0)
379 ASSERT(bpo->bpo_havesubobj);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1480 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) {

Completed in 53 milliseconds