Searched refs:B_RELBUF (Results 1 – 4 of 4) sorted by relevance
2244 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 …]
603 tbp->b_flags |= B_RELBUF; in cluster_callback()
2141 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()
238 #define B_RELBUF 0x00400000 /* Release VMIO buffer. */ macro