Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dbuf_internal.h231 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_bio.c323 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()
H A Dvfs_cluster.c748 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()