Searched refs:dmu_tx_hold_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 53 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t), in dmu_tx_create_dd() 54 offsetof(dmu_tx_hold_t, txh_node)); in dmu_tx_create_dd() 99 static dmu_tx_hold_t * 103 dmu_tx_hold_t *txh; in dmu_tx_hold_object_impl() 128 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP); in dmu_tx_hold_object_impl() 171 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig() 216 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_write() 390 dmu_tx_count_dnode(dmu_tx_hold_t *txh) in dmu_tx_count_dnode() 412 dmu_tx_hold_t *txh; in dmu_tx_hold_write() 428 dmu_tx_count_free(dmu_tx_hold_t *txh, uint64_t off, uint64_t len) in dmu_tx_count_free() [all …]
|
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_tx.h | 116 } dmu_tx_hold_t; typedef
|