Home
last modified time | relevance | path

Searched refs:B_CACHE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/sys/
Dbuf.h180 #define B_CACHE 0x00000020 /* Bread found us in the cache. */ macro
/openbsd/src/sys/kern/
Dvfs_bio.c590 if (ISSET((*rbpp)->b_flags, B_CACHE)) in bread_cluster()
1027 SET(bp->b_flags, B_CACHE); in getblk()