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.c232 err = dbuf_read(db, NULL, flags | DB_RF_CANFAIL); in dmu_buf_hold_by_dnode()
251 err = dbuf_read(db, NULL, flags | DB_RF_CANFAIL); in dmu_buf_hold()
378 error = dbuf_read(db, NULL, flags | DB_RF_CANFAIL); in dmu_bonus_hold_by_dnode()
463 DB_RF_HAVESTRUCT | DB_RF_CANFAIL, tag, dbp); in dmu_spill_hold_existing()
514 DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT; in dmu_buf_hold_array_by_dnode()
1821 err = dbuf_read(db, NULL, DB_RF_CANFAIL); in dmu_object_cached_size()
2080 DB_RF_CANFAIL | DMU_READ_NO_PREFETCH | DMU_KEEP_CACHING); in dmu_sync_late_arrival()
H A Ddmu_tx.c227 err = dbuf_read(db, zio, DB_RF_CANFAIL | DMU_READ_NO_PREFETCH | in dmu_tx_check_ioerr()
H A Ddbuf.c1648 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
2299 int err = dbuf_read(parent_db, NULL, DB_RF_CANFAIL | in dbuf_dirty_lightweight()
3475 err = dbuf_read(*parentp, NULL, DB_RF_CANFAIL | in dbuf_findbp()
3741 (void) dbuf_read(db, NULL, DB_RF_CANFAIL | DB_RF_HAVESTRUCT | in dbuf_prefetch_indirect_done()
H A Ddnode.c1513 err = dbuf_read(db, NULL, DB_RF_CANFAIL | in dnode_hold_impl()
2556 DB_RF_CANFAIL | DB_RF_HAVESTRUCT | in dnode_next_offset_level()
H A Ddmu_recv.c2432 dmu_flags_t flags = DB_RF_CANFAIL; in receive_process_write_record()
2593 DB_RF_CANFAIL, FTAG, &db_spill)) != 0) { in receive_spill()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu.h563 DB_RF_CANFAIL = 1 << 0, /* Return on I/O errors. */ enumerator