Searched refs:B_CACHE (Results 1 – 3 of 3) sorted by relevance
231 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
323 if ((bp->b_flags & B_CACHE)) { in buf_fromcache()3147 SET(bp->b_flags, B_CACHE); in buf_getblk()3182 CLR(bp->b_flags, B_CACHE); in buf_getblk()3232 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI)); in buf_getblk()3396 SET(bp->b_flags, B_CACHE | B_DONE); in buf_getblk()
748 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE)) { in cluster_ioerror()761 if (io_flags & B_CACHE) { in cluster_ioerror()1410 io_flags |= B_CACHE; in cluster_io()