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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h222 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c325 if ( (bp->b_flags & B_CACHE) )
2954 SET(bp->b_flags, B_CACHE);
3000 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI));
3131 SET(bp->b_flags, B_CACHE | B_DONE);
H A Dvfs_cluster.c517 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE))
529 if (io_flags & B_CACHE)
1034 io_flags |= B_CACHE;

Completed in 67 milliseconds