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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h163 #define B_CACHE 0x00010000 /* getblk found us in the cache. */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c290 if ( (bp->b_flags & B_CACHE) )
2285 SET(bp->b_flags, B_CACHE);
2330 CLR(bp->b_flags, (B_DONE | B_CACHE | B_WASDIRTY | B_DELWRI));
2463 SET(bp->b_flags, B_CACHE | B_DONE);
H A Dvfs_cluster.c453 if (io_flags & B_CACHE)
891 io_flags |= B_CACHE;

Completed in 47 milliseconds