Searched defs:total_refcnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dddt.c519 uint64_t total_refcnt = 0; local
533 total_refcnt += refcnt;
541 if (total_refcnt >= 1)
543 if (total_refcnt >= ditto)
545 if (total_refcnt >= ditto * ditto)
999 uint64_t total_refcnt = 0; local
1018 total_refcnt += ddp->ddp_refcnt;
1023 else if (total_refcnt > 1)
1029 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1034 if (total_refcnt !
[all...]

Completed in 61 milliseconds