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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbpobj.h48 uint64_t bpo_uncomp; member in struct:bpobj_phys
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c249 bpo->bpo_phys->bpo_uncomp -= BP_GET_UCSIZE(bp);
316 bpo->bpo_phys->bpo_uncomp -=
347 ASSERT0(bpo->bpo_phys->bpo_uncomp);
451 bpo->bpo_phys->bpo_uncomp += uncomp;
474 * alternative would be to add their size to bpo_uncomp
476 * complications: bpo_uncomp would be inconsistent with the
516 bpo->bpo_phys->bpo_uncomp += BP_GET_UCSIZE(bp);
555 *uncompp = bpo->bpo_phys->bpo_uncomp;
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c452 zdb_nicenum(bpop->bpo_uncomp, uncomp);
1482 zdb_nicenum(bpo->bpo_phys->bpo_uncomp, uncomp);

Completed in 82 milliseconds