Home
last modified time | relevance | path

Searched refs:bpo_havesubobj (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()
172 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1); in bpobj_open()
199 (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_num_subobjs != 0)); in bpobj_hasentries()
262 if (err || !bpo->bpo_havesubobj || bpo->bpo_phys->bpo_subobjs == 0) in bpobj_iterate_impl()
378 ASSERT(bpo->bpo_havesubobj); in bpobj_enqueue_subobj()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h62 uint8_t bpo_havesubobj; member
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c1488 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()