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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h183 refcount_t dn_tx_holds; member in struct:dnode
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c118 (void) refcount_add(&dn->dn_tx_holds, tx);
752 * number of dn_tx_holds, which is the same as the number of
754 * dn_tx_holds could be 0.
916 (void) refcount_add(&dn->dn_tx_holds, tx);
996 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
1109 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) {
H A Ddnode.c62 refcount_create(&dn->dn_tx_holds);
91 refcount_destroy(&dn->dn_tx_holds);
378 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
520 ASSERT(refcount_is_zero(&dn->dn_tx_holds));

Completed in 54 milliseconds