Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dmu.h44 __field(boolean_t, tx_anyobj)
56 __entry->tx_anyobj = tx->tx_anyobj;
68 __entry->tx_lasttried_txg, __entry->tx_anyobj,
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h64 boolean_t tx_anyobj; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c88 tx->tx_anyobj = TRUE; in dmu_tx_create_assigned()
96 return (tx->tx_anyobj); in dmu_tx_is_syncing()
102 return (tx->tx_anyobj); in dmu_tx_private_ok()
739 if (tx->tx_anyobj) { in dmu_tx_dirty_buf()
1466 if (tx->tx_anyobj == FALSE) in dmu_tx_commit()