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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h201 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c325 if ( (bp->b_flags & B_CACHE) )
2930 SET(bp->b_flags, B_CACHE);
2976 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI));
3107 SET(bp->b_flags, B_CACHE | B_DONE);
H A Dvfs_cluster.c554 if ((io_flags & (B_PHYS | B_CACHE)) == (B_PHYS | B_CACHE))
566 if (io_flags & B_CACHE)
1062 io_flags |= B_CACHE;

Completed in 36 milliseconds