Home
last modified time | relevance | path

Searched refs:bpo_havesubobj (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()
174 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1); in bpobj_open()
207 (!bpo->bpo_havesubobj || bpo->bpo_phys->bpo_num_subobjs == 0)); in bpobj_is_empty()
271 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0) in bpobj_iterate_impl()
389 ASSERT(bpo->bpo_havesubobj); in bpobj_enqueue_subobj()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h62 uint8_t bpo_havesubobj; member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1820 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
1872 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpobj_count_refd()