Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dbuf_internal.h231 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_bio.c323 if ((bp->b_flags & B_CACHE)) { in buf_fromcache()
3133 SET(bp->b_flags, B_CACHE); in buf_getblk()
3168 CLR(bp->b_flags, B_CACHE); in buf_getblk()
3218 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI)); in buf_getblk()
3382 SET(bp->b_flags, B_CACHE | B_DONE); in buf_getblk()
H A Dvfs_cluster.c710 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE)) { in cluster_ioerror()
723 if (io_flags & B_CACHE) { in cluster_ioerror()
1384 io_flags |= B_CACHE; in cluster_io()