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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h112 enum dmu_tx_hold_type txh_type; member in struct:dmu_tx_hold
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c139 txh->txh_type = type;
926 if (txh->txh_dnode == dn && txh->txh_type != THT_NEWOBJECT)
942 txh->txh_type, beginblk, endblk);
944 switch (txh->txh_type) {
990 ASSERT(!"bad txh_type");

Completed in 46 milliseconds