Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h55 #define DB_RF_NEVERWAIT (1 << 4) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c565 dbuf_flags = DB_RF_CANFAIL | DB_RF_NEVERWAIT | DB_RF_HAVESTRUCT | in dmu_buf_hold_array_by_dnode()
H A Ddbuf.c1412 if ((flags & DB_RF_NEVERWAIT) == 0) { in dbuf_read()