Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h55 #define DB_RF_NEVERWAIT (1 << 4) macro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu.c530 dbuf_flags = DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT | in dmu_buf_hold_array_by_dnode()
H A Ddbuf.c1801 if (flags & DB_RF_NEVERWAIT) { in dbuf_read()