Searched refs:dn_tx_holds (Results 1 – 4 of 4) sorted by relevance
64 __field(int64_t, dn_tx_holds)86 __entry->dn_tx_holds = dn->dn_tx_holds.rc_count;103 __entry->dn_maxblkid, __entry->dn_tx_holds, __entry->dn_holds,
127 (void) zfs_refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_hold_dnode_impl()937 (void) zfs_refcount_add(&dn->dn_tx_holds, tx); in dmu_tx_try_assign()983 if (zfs_refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_unassign()1155 if (zfs_refcount_remove(&dn->dn_tx_holds, tx) == 0) { in dmu_tx_commit()
129 zfs_refcount_create(&dn->dn_tx_holds); in dnode_cons()189 zfs_refcount_destroy(&dn->dn_tx_holds); in dnode_dest()612 ASSERT(zfs_refcount_is_zero(&dn->dn_tx_holds)); in dnode_allocate()808 ASSERT(zfs_refcount_count(&odn->dn_tx_holds) == 0); in dnode_move_impl()1239 ASSERT(zfs_refcount_is_zero(&dn->dn_tx_holds)); in dnode_buf_evict_async()
340 zfs_refcount_t dn_tx_holds; member