Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h211 refcount_t dn_tx_holds; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c124 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_hold_object_impl()
1169 (void) refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_try_assign()
1246 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_unassign()
1401 if (refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_commit()
H A Ddnode.c118 refcount_create(&dn->dn_tx_holds); in dnode_cons()
174 refcount_destroy(&dn->dn_tx_holds); in dnode_dest()
570 ASSERT(refcount_is_zero(&dn->dn_tx_holds)); in dnode_allocate()
756 ASSERT(refcount_count(&odn->dn_tx_holds) == 0); in dnode_move_impl()
1045 ASSERT(refcount_is_zero(&dn->dn_tx_holds)); in dnode_buf_evict_async()