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