Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_bio.c2732 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2762 } else if ((bp->b_flags & (B_NOCACHE | B_INVAL)) || in brelse()
2814 if ((bp->b_flags & B_VMIO) && (bp->b_flags & B_NOCACHE || in brelse()
2836 (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF)) != 0) in brelse()
2853 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2869 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_RELBUF | B_DIRECT); in brelse()
2901 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
4100 bp->b_flags |= B_NOCACHE; in getblkx()
4107 bp->b_flags |= B_NOCACHE; in getblkx()
4161 bp->b_flags |= B_NOCACHE; in getblkx()
[all …]
/freebsd/sys/nfsserver/
H A Dnfs.h74 #define B_INVAFTERWRITE B_NOCACHE
/freebsd/sys/ufs/ffs/
H A Dffs_suspend.c145 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
H A Dffs_balloc.c522 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs1()
1150 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs2()
H A Dffs_alloc.c2319 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_blkfree_cg()
2868 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_freefile()
3045 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
3065 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_getcg()
H A Dffs_inode.c809 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_indirtrunc()
H A Dffs_vnops.c943 bp->b_flags |= B_NOCACHE; in ffs_write()
983 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_write()
H A Dffs_vfsops.c1260 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread()
2322 bp->b_flags |= B_NOCACHE; in ffs_backgroundwritedone()
H A Dffs_softdep.c3707 bp->b_flags |= B_INVAL | B_NOCACHE; in softdep_process_journal()
3985 bp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_jseg()
7405 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF; in trunc_dependencies()
7571 bp->b_flags |= B_INVAL | B_NOCACHE; in deallocate_dependencies()
8471 bp->b_flags |= B_INVAL | B_NOCACHE; in indir_trunc()
12018 sbp->b_flags |= B_INVAL | B_NOCACHE; in handle_written_indirdep()
H A Dffs_snapshot.c506 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_snapshot()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1235 bp->b_flags |= B_NOCACHE; in ncl_write()
1691 if ((bp->b_flags & (B_ASYNC | B_NEEDCOMMIT | B_NOCACHE | B_CLUSTER)) == B_ASYNC) in ncl_doio()
1746 * unrecoverable. For the former, we clear B_INVAL|B_NOCACHE in ncl_doio()
1760 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
/freebsd/sys/sys/
H A Dbuf.h229 #define B_NOCACHE 0x00008000 /* Do not cache block after use. */ macro
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c378 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c880 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2251 bp->b_flags |= B_NOCACHE; in ext2_write()