Searched refs:db_flags (Results 1 – 1 of 1) sorted by relevance
209 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold_by_dnode() local212 db_flags |= DB_RF_NOPREFETCH; in dmu_buf_hold_by_dnode()214 db_flags |= DB_RF_NO_DECRYPT; in dmu_buf_hold_by_dnode()219 err = dbuf_read(db, NULL, db_flags); in dmu_buf_hold_by_dnode()234 int db_flags = DB_RF_CANFAIL; in dmu_buf_hold() local237 db_flags |= DB_RF_NOPREFETCH; in dmu_buf_hold()239 db_flags |= DB_RF_NO_DECRYPT; in dmu_buf_hold()349 db_flags |= DB_RF_NOPREFETCH; in dmu_bonus_hold_by_dnode()351 db_flags |= DB_RF_NO_DECRYPT; in dmu_bonus_hold_by_dnode()476 uint32_t db_flags = DB_RF_CANFAIL; in dmu_spill_hold_by_bonus() local[all …]