Home
last modified time | relevance | path

Searched refs:B_NOCACHE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_bio.c2664 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2694 } else if ((bp->b_flags & (B_NOCACHE | B_INVAL)) || in brelse()
2746 if ((bp->b_flags & B_VMIO) && (bp->b_flags & B_NOCACHE || in brelse()
2785 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2833 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
3973 bp->b_flags |= B_NOCACHE; in getblkx()
3980 bp->b_flags |= B_NOCACHE; in getblkx()
4034 bp->b_flags |= B_NOCACHE; in getblkx()
4486 !(bp->b_flags & (B_INVAL|B_NOCACHE)) && in bufdone()
4505 if ((bp->b_flags & (B_NOCACHE | B_INVAL | B_RELBUF)) || in bufdone()
[all …]
/f-stack/freebsd/sys/
H A Dbuf.h231 #define B_NOCACHE 0x00008000 /* Do not cache block after use. */ macro