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.h53 __field(boolean_t, tx_anyobj)
65 __entry->tx_anyobj = tx->tx_anyobj;
77 __entry->tx_lasttried_txg, __entry->tx_anyobj,
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h68 boolean_t tx_anyobj; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c95 tx->tx_anyobj = TRUE; in dmu_tx_create_assigned()
103 return (tx->tx_anyobj); in dmu_tx_is_syncing()
109 return (tx->tx_anyobj); in dmu_tx_private_ok()
702 if (tx->tx_anyobj) { in dmu_tx_dirty_buf()
1354 if (tx->tx_anyobj == FALSE) in dmu_tx_commit()