Searched refs:dmu_tx_hold_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c54 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t),
55 offsetof(dmu_tx_hold_t, txh_node));
100 static dmu_tx_hold_t *
104 dmu_tx_hold_t *txh;
129 txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP);
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db,
229 dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len)
410 dmu_tx_count_dnode(dmu_tx_hold_t *txh)
435 dmu_tx_hold_t *txh;
451 dmu_tx_count_free(dmu_tx_hold_t *tx
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h52 list_t tx_holds; /* list of dmu_tx_hold_t */
115 } dmu_tx_hold_t; typedef in typeref:struct:dmu_tx_hold

Completed in 124 milliseconds