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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h214 refcount_t dn_tx_holds; member in struct:dnode
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c124 (void) refcount_add(&dn->dn_tx_holds, tx);
880 * number of dn_tx_holds, which is the same as the number of
882 * dn_tx_holds could be 0.
1214 (void) refcount_add(&dn->dn_tx_holds, tx);
1291 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
1481 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
H A Ddnode.c118 refcount_create(&dn->dn_tx_holds);
173 refcount_destroy(&dn->dn_tx_holds);
567 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
753 ASSERT(refcount_count(&odn->dn_tx_holds) == 0);
1040 ASSERT(refcount_is_zero(&dn->dn_tx_holds));

Completed in 68 milliseconds