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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h111 enum dmu_tx_hold_type txh_type; member in struct:dmu_tx_hold
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c139 txh->txh_type = type;
927 if (txh->txh_dnode == dn && txh->txh_type != THT_NEWOBJECT)
943 txh->txh_type, beginblk, endblk);
945 switch (txh->txh_type) {
991 ASSERT(!"bad txh_type");

Completed in 131 milliseconds