HomeSort by: relevance | last modified time | path
    Searched refs:dmu_tx_hold_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_tx.c 54 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 *txh, uint64_t off, uint64_t len
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_tx.h 52 list_t tx_holds; /* list of dmu_tx_hold_t */
115 } dmu_tx_hold_t; typedef in typeref:struct:dmu_tx_hold

Completed in 55 milliseconds