Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbpobj.c110 if (!bpo.bpo_havesubobj || bpo.bpo_phys->bpo_subobjs == 0) in bpobj_free()
176 bpo->bpo_havesubobj = (doi.doi_bonus_size > BPOBJ_SIZE_V1); in bpobj_open()
211 (!bpo->bpo_havesubobj || bpo->bpo_phys->bpo_num_subobjs == 0)); in bpobj_is_empty_impl()
252 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpi_alloc()
444 if (bpo->bpo_havesubobj && in bpobj_iterate_impl()
501 if (subbpo->bpo_havesubobj && in bpobj_iterate_impl()
578 if (bpo->bpo_havesubobj) in livelist_bpobj_iterate_from_nofree()
681 ASSERT(bpo->bpo_havesubobj); in bpobj_enqueue_subobj()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbpobj.h65 uint8_t bpo_havesubobj; member
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2806 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in dump_full_bpobj()
3009 if (bpo->bpo_havesubobj && bpo->bpo_phys->bpo_subobjs != 0) { in bpobj_count_refd()