Home
last modified time | relevance | path

Searched refs:DB_RF_CANFAIL (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c209 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold_by_dnode()
234 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold()
459 DB_RF_HAVESTRUCT | DB_RF_CANFAIL, tag, dbp); in dmu_spill_hold_existing()
476 uint32_t db_flags = DB_RF_CANFAIL; in dmu_spill_hold_by_bonus()
512 dbuf_flags = DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT | in dmu_buf_hold_array_by_dnode()
H A Ddmu_tx.c216 err = dbuf_read(db, zio, DB_RF_CANFAIL | DB_RF_NOPREFETCH); in dmu_tx_check_ioerr()
H A Ddnode.c1358 err = dbuf_read(db, NULL, DB_RF_CANFAIL | in dnode_hold_impl()
2403 DB_RF_CANFAIL | DB_RF_HAVESTRUCT | in dnode_next_offset_level()
H A Ddbuf.c1510 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
2023 (DB_RF_NOPREFETCH | DB_RF_CANFAIL)); in dbuf_dirty_lightweight()
2915 (DB_RF_HAVESTRUCT | DB_RF_NOPREFETCH | DB_RF_CANFAIL)); in dbuf_findbp()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h52 #define DB_RF_CANFAIL (1 << 1) macro