Searched refs:B_FILTER (Results 1 – 2 of 2) sorted by relevance
236 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */ macro
772 assert(!ISSET(bp->b_flags, B_FILTER) && ISSET(bp->b_lflags, BL_BUSY)); in buf_setcallback()1037 bp->b_flags |= B_FILTER; in buf_setfilter()1039 bp->b_flags &= ~B_FILTER; in buf_setfilter()2745 if (ISSET(bp->b_flags, B_FILTER)) { /* if necessary, call out */ in buf_brelse()2749 CLR(bp->b_flags, B_FILTER); /* but note callout done */ in buf_brelse()4260 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */ in buf_biodone()4269 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */ in buf_biodone()