Home
last modified time | relevance | path

Searched refs:B_FILTER (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dbuf_internal.h236 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */ macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_bio.c772 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()