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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h109 refcount_t txh_fudge; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c137 refcount_create(&txh->txh_fudge);
353 &txh->txh_fudge,
613 (void) refcount_add_many(&txh->txh_fudge,
1239 fudge += refcount_count(&txh->txh_fudge);
1463 refcount_destroy_many(&txh->txh_fudge,
1464 refcount_count(&txh->txh_fudge));

Completed in 187 milliseconds