Home
last modified time | relevance | path

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

/f-stack/freebsd/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,
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h68 boolean_t tx_anyobj; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c93 tx->tx_anyobj = TRUE; in dmu_tx_create_assigned()
101 return (tx->tx_anyobj); in dmu_tx_is_syncing()
107 return (tx->tx_anyobj); in dmu_tx_private_ok()
586 if (tx->tx_anyobj) { in dmu_tx_dirty_buf()
1168 if (tx->tx_anyobj == FALSE) in dmu_tx_commit()