Searched refs:B_CACHE (Results 1 – 3 of 3) sorted by relevance
230 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
323 if ((bp->b_flags & B_CACHE)) { in buf_fromcache()3126 SET(bp->b_flags, B_CACHE); in buf_getblk()3161 CLR(bp->b_flags, B_CACHE); in buf_getblk()3211 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI)); in buf_getblk()3375 SET(bp->b_flags, B_CACHE | B_DONE); in buf_getblk()
689 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE)) { in cluster_ioerror()702 if (io_flags & B_CACHE) { in cluster_ioerror()1363 io_flags |= B_CACHE; in cluster_io()