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.c2314 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2548 bp->b_flags &= ~(B_RELBUF); in bdirty()
2736 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2796 bp->b_flags &= ~B_RELBUF; in brelse()
2826 if ((bp->b_flags & (B_INVAL | B_RELBUF)) != 0 || in brelse()
2857 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2905 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
4102 bp->b_flags |= B_RELBUF; in getblkx()
4636 if ((bp->b_flags & (B_NOCACHE | B_INVAL | B_RELBUF)) || in bufdone()
4984 bp->b_flags |= B_RELBUF; in b_io_dismiss()
[all …]
H A Dvfs_cluster.c590 tbp->b_flags |= B_RELBUF; in cluster_callback()
H A Dvfs_subr.c2465 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2508 bp->b_flags |= B_RELBUF; in bnoreuselist()
2636 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
2659 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.c2319 bp->b_flags |= B_RELBUF | B_NOCACHE; in ffs_blkfree_cg()
2868 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.c7392 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()