Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c69 tx->tx_objset = os; in dmu_tx_create()
227 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()
393 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); in dmu_tx_count_dnode()
418 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_write()
609 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_mark_netfree()
632 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_free()
724 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_zap()
808 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_bonus()
820 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_space()
863 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset); in dmu_tx_dirty_buf()
[all …]
H A Ddsl_dir.c1159 if (first && tx->tx_objset) { in dsl_dir_tempreserve_impl()
1161 dsl_dataset_t *ds = tx->tx_objset->os_dsl_dataset; in dsl_dir_tempreserve_impl()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h54 objset_t *tx_objset; member