Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h164 #define TX_WRITE2 20 /* dmu_sync EALREADY write */ macro
185 (txtype) == TX_WRITE2)
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c164 if (txtype == TX_WRITE2 || verbose < 5) in zil_prt_rec_write()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c847 lr->lr_common.lrc_txtype = TX_WRITE2; in zfs_get_data()