Home
last modified time | relevance | path

Searched refs:DB_RF_PARTIAL_FIRST (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h59 #define DB_RF_PARTIAL_FIRST (1 << 7) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c226 (level == 0 ? DB_RF_PARTIAL_FIRST : 0)); in dmu_tx_check_ioerr()
H A Ddmu.c602 dbuf_flags |= DB_RF_PARTIAL_FIRST; in dmu_buf_hold_array_by_dnode()
H A Ddbuf.c1777 if (flags & DB_RF_PARTIAL_FIRST) in dbuf_read()