Home
last modified time | relevance | path

Searched refs:B_RELBUF (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_bio.c2325 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2553 bp->b_flags &= ~(B_RELBUF); in bdirty()
2741 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2801 bp->b_flags &= ~B_RELBUF; in brelse()
2831 if ((bp->b_flags & (B_INVAL | B_RELBUF)) != 0 || in brelse()
2845 (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF)) != 0) in brelse()
2862 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2878 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_RELBUF | B_DIRECT); in brelse()
2910 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
4113 bp->b_flags |= B_RELBUF; in getblkx()
[all …]
H A Dvfs_cluster.c590 tbp->b_flags |= B_RELBUF; in cluster_callback()
H A Dvfs_subr.c2492 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2534 bp->b_flags |= B_RELBUF; in bnoreuselist()
2669 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
/freebsd/sys/sys/
H A Dbuf.h236 #define B_RELBUF 0x00400000 /* Release VMIO buffer. */ macro
/freebsd/sys/ufs/ffs/
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.c2337 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_blkfree_cg()
2886 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_freefile()
H A Dffs_vnops.c983 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in ffs_write()
H A Dffs_softdep.c7405 bp->b_flags |= B_INVAL | B_NOCACHE | B_RELBUF; in trunc_dependencies()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1835 bp->b_flags |= B_RELBUF; /* don't leave garbage around */