Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dvfs_bio.c2660 } else if ((bp->b_flags & (B_NOCACHE | B_INVAL)) || in brelse()
2712 if ((bp->b_flags & B_VMIO) && (bp->b_flags & B_NOCACHE || in brelse()
2734 (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF)) != 0) in brelse()
2751 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2767 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_RELBUF | B_DIRECT); in brelse()
2798 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
3921 bp->b_flags |= B_NOCACHE; in getblkx()
3928 bp->b_flags |= B_NOCACHE; in getblkx()
3982 bp->b_flags |= B_NOCACHE; in getblkx()
4438 !(bp->b_flags & (B_INVAL|B_NOCACHE)) && in bufdone()
[all …]
/freebsd-12-stable/sys/nfsserver/
Dnfs.h77 #define B_INVAFTERWRITE B_NOCACHE
/freebsd-12-stable/sys/ufs/ffs/
Dffs_suspend.c149 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_susp_rdwr()
Dffs_balloc.c520 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs1()
1134 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_balloc_ufs2()
Dffs_inode.c786 bp->b_flags |= B_INVAL | B_NOCACHE;
Dffs_vfsops.c1104 bp->b_flags |= B_INVAL | B_NOCACHE; in ffs_use_bread()
2060 bp->b_flags |= B_NOCACHE; in ffs_backgroundwritedone()
Dffs_vnops.c785 bp->b_flags |= B_NOCACHE;
Dffs_alloc.c2959 bp->b_flags |= B_INVAL | B_NOCACHE;
2975 bp->b_flags |= B_INVAL | B_NOCACHE;
Dffs_softdep.c3424 bp->b_flags |= B_INVAL | B_NOCACHE;
3702 bp->b_flags |= B_INVAL | B_NOCACHE;
7190 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF;
7356 bp->b_flags |= B_INVAL | B_NOCACHE;
8268 bp->b_flags |= B_INVAL | B_NOCACHE;
11785 sbp->b_flags |= B_INVAL | B_NOCACHE;
Dffs_snapshot.c500 bp->b_flags |= B_INVAL | B_NOCACHE;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_disk.c681 bp->b_flags = flags | B_BUSY | B_NOCACHE | B_FAILFAST; in vdev_disk_ldi_physio()
824 bp->b_flags = B_BUSY | B_NOCACHE | in vdev_disk_io_start()
/freebsd-12-stable/sys/sys/
Dbuf.h225 #define B_NOCACHE 0x00008000 /* Do not cache block after use. */ macro
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clbio.c1284 bp->b_flags |= B_NOCACHE; in ncl_write()
1799 if ((bp->b_flags & (B_ASYNC | B_NEEDCOMMIT | B_NOCACHE | B_CLUSTER)) == B_ASYNC) in ncl_doio()
1868 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in ncl_doio()
/freebsd-12-stable/sys/fs/smbfs/
Dsmbfs_io.c380 bp->b_flags &= ~(B_INVAL|B_NOCACHE); in smbfs_doio()
/freebsd-12-stable/sys/fs/fuse/
Dfuse_io.c1090 bp->b_flags &= ~(B_INVAL | B_NOCACHE); in fuse_io_strategy()
/freebsd-12-stable/sys/fs/ext2fs/
Dext2_vnops.c2264 bp->b_flags |= B_NOCACHE; in ext2_write()