Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_bio.c2244 bp->b_flags |= B_INVAL | B_RELBUF; in bufwrite()
2476 bp->b_flags &= ~(B_RELBUF); in bdirty()
2664 bp->b_flags |= B_INVAL | B_RELBUF | B_NOCACHE; in brelse()
2724 bp->b_flags &= ~B_RELBUF; in brelse()
2754 if ((bp->b_flags & (B_INVAL | B_RELBUF)) != 0 || in brelse()
2785 if (bp->b_flags & (B_INVAL | B_NOCACHE | B_RELBUF) || in brelse()
2833 bp->b_flags &= ~(B_ASYNC | B_NOCACHE | B_AGE | B_RELBUF); in bqrelse()
3977 bp->b_flags |= B_RELBUF; in getblkx()
4505 if ((bp->b_flags & (B_NOCACHE | B_INVAL | B_RELBUF)) || in bufdone()
4850 bp->b_flags |= B_RELBUF; in b_io_dismiss()
[all …]
H A Dvfs_cluster.c603 tbp->b_flags |= B_RELBUF; in cluster_callback()
H A Dvfs_subr.c2141 bp->b_flags |= (B_INVAL | B_RELBUF); in flushbuflist()
2184 bp->b_flags |= B_RELBUF; in bnoreuselist()
2309 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
2332 bp->b_flags |= B_INVAL | B_RELBUF; in v_inval_buf_range_locked()
/f-stack/freebsd/sys/
H A Dbuf.h238 #define B_RELBUF 0x00400000 /* Release VMIO buffer. */ macro