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.c2331 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2559 bp->b_flags &= ~(B_RELBUF); in bdirty()
2746 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2806 bp->b_flags &= ~B_RELBUF; in brelse()
2836 if ((bp->b_flags & (B_INVAL | B_RELBUF)) != 0 || in brelse()
2850 (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF)) != 0) in brelse()
2867 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2883 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_RELBUF | B_DIRECT); in brelse()
2915 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
4117 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.c2511 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2553 bp->b_flags |= B_RELBUF; in bnoreuselist()
2688 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
/freebsd/sys/sys/
H A Dbuf.h238 #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.c981 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 */ in ncl_meta_setsize()