Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h232 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c323 if ((bp->b_flags & B_CACHE)) { in buf_fromcache()
3153 SET(bp->b_flags, B_CACHE); in buf_getblk()
3188 CLR(bp->b_flags, B_CACHE); in buf_getblk()
3238 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI)); in buf_getblk()
3402 SET(bp->b_flags, B_CACHE | B_DONE); in buf_getblk()
H A Dvfs_cluster.c875 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE)) { in cluster_ioerror()
888 if (io_flags & B_CACHE) { in cluster_ioerror()
1639 io_flags |= B_CACHE; in cluster_io()