Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c228 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold_by_dnode()
253 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold()
481 DB_RF_HAVESTRUCT | DB_RF_CANFAIL, tag, dbp); in dmu_spill_hold_existing()
497 uint32_t db_flags = DB_RF_CANFAIL; in dmu_spill_hold_by_bonus()
535 dbuf_flags = DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT | in dmu_buf_hold_array_by_dnode()
1728 err = dbuf_read(db, NULL, DB_RF_CANFAIL); in dmu_object_cached_size()
1988 DB_RF_CANFAIL | DB_RF_NOPREFETCH); in dmu_sync_late_arrival()
H A Ddmu_tx.c225 err = dbuf_read(db, zio, DB_RF_CANFAIL | DB_RF_NOPREFETCH | in dmu_tx_check_ioerr()
H A Ddnode.c1512 err = dbuf_read(db, NULL, DB_RF_CANFAIL | in dnode_hold_impl()
2580 DB_RF_CANFAIL | DB_RF_HAVESTRUCT | in dnode_next_offset_level()
H A Ddbuf.c1650 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
2218 (DB_RF_NOPREFETCH | DB_RF_CANFAIL)); in dbuf_dirty_lightweight()
3370 (DB_RF_HAVESTRUCT | DB_RF_NOPREFETCH | DB_RF_CANFAIL)); in dbuf_findbp()
H A Ddmu_recv.c2400 int flags = DB_RF_CANFAIL; in receive_process_write_record()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h53 #define DB_RF_CANFAIL (1 << 1) macro