Home
last modified time | relevance | path

Searched refs:TX_WRITE2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil.h165 #define TX_WRITE2 20 /* dmu_sync EALREADY write */ macro
190 (txtype) == TX_WRITE2 || \
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c173 if (txtype == TX_WRITE2 || verbose < 4) in zil_prt_rec_write()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c1240 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()