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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c532 uint64_t total_refcnt = 0; local
546 total_refcnt += refcnt;
554 if (total_refcnt >= 1)
556 if (total_refcnt >= ditto)
558 if (total_refcnt >= ditto * ditto)
1012 uint64_t total_refcnt = 0; local
1031 total_refcnt += ddp->ddp_refcnt;
1036 else if (total_refcnt > 1)
1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1047 if (total_refcnt !
[all...]

Completed in 50 milliseconds