Searched refs:dmu_tx_hold_object_impl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 150 dmu_tx_hold_object_impl(dmu_tx_t *tx, objset_t *os, uint64_t object, in dmu_tx_hold_object_impl() function 366 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_write() 403 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_append() 531 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_free() 661 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_zap() 687 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_bonus() 712 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, in dmu_tx_hold_space() 1572 txh = dmu_tx_hold_object_impl(tx, tx->tx_objset, object, in dmu_tx_hold_spill() 1603 (void) dmu_tx_hold_object_impl(tx, tx->tx_objset, DMU_NEW_OBJECT, in dmu_tx_hold_sa_create()
|