Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h68 boolean_t tx_anyobj; member
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c94 tx->tx_anyobj = TRUE; in dmu_tx_create_assigned()
102 return (tx->tx_anyobj); in dmu_tx_is_syncing()
108 return (tx->tx_anyobj); in dmu_tx_private_ok()
702 if (tx->tx_anyobj) { in dmu_tx_dirty_buf()
1346 if (tx->tx_anyobj == FALSE) in dmu_tx_commit()