Symbol: dmu_tx_hold_t
usr/src/uts/common/fs/zfs/dmu_tx.c
1101
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
1111
kmem_free(txh, sizeof (dmu_tx_hold_t));
usr/src/uts/common/fs/zfs/dmu_tx.c
1130
for (dmu_tx_hold_t *txh = list_head(&tx->tx_holds); txh != NULL;
usr/src/uts/common/fs/zfs/dmu_tx.c
117
txh = kmem_zalloc(sizeof (dmu_tx_hold_t), KM_SLEEP);
usr/src/uts/common/fs/zfs/dmu_tx.c
1250
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
130
static dmu_tx_hold_t *
usr/src/uts/common/fs/zfs/dmu_tx.c
135
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
208
dmu_tx_count_write(dmu_tx_hold_t *txh, uint64_t off, uint64_t len)
usr/src/uts/common/fs/zfs/dmu_tx.c
281
dmu_tx_count_dnode(dmu_tx_hold_t *txh)
usr/src/uts/common/fs/zfs/dmu_tx.c
290
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
307
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
324
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
352
dmu_tx_hold_free_impl(dmu_tx_hold_t *txh, uint64_t off, uint64_t len)
usr/src/uts/common/fs/zfs/dmu_tx.c
444
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
455
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
463
dmu_tx_hold_zap_impl(dmu_tx_hold_t *txh, const char *name)
usr/src/uts/common/fs/zfs/dmu_tx.c
517
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
530
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
54
list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t),
usr/src/uts/common/fs/zfs/dmu_tx.c
543
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
55
offsetof(dmu_tx_hold_t, txh_node));
usr/src/uts/common/fs/zfs/dmu_tx.c
556
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
568
dmu_tx_hold_t *txh;
usr/src/uts/common/fs/zfs/dmu_tx.c
601
for (dmu_tx_hold_t *txh = list_head(&tx->tx_holds); txh != NULL;
usr/src/uts/common/fs/zfs/dmu_tx.c
916
for (dmu_tx_hold_t *txh = list_head(&tx->tx_holds); txh != NULL;
usr/src/uts/common/fs/zfs/dmu_tx.c
95
static dmu_tx_hold_t *
usr/src/uts/common/fs/zfs/dmu_tx.c
963
for (dmu_tx_hold_t *txh = list_head(&tx->tx_holds);
usr/src/uts/common/fs/zfs/dmu_tx.c
99
dmu_tx_hold_t *txh;