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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c122 (void) refcount_add(&dn->dn_tx_holds, tx);
796 * number of dn_tx_holds, which is the same as the number of
798 * dn_tx_holds could be 0.
974 (void) refcount_add(&dn->dn_tx_holds, tx);
1051 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
1168 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
H A Ddnode.c82 refcount_create(&dn->dn_tx_holds);
141 refcount_destroy(&dn->dn_tx_holds);
522 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
706 ASSERT(refcount_count(&odn->dn_tx_holds) == 0);
1001 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddnode.h209 refcount_t dn_tx_holds; member in struct:dnode

Completed in 179 milliseconds