Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dbuf_internal.h238 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c777 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()
2772 if (ISSET(bp->b_flags, B_FILTER)) { /* if necessary, call out */ in buf_brelse()
2776 CLR(bp->b_flags, B_FILTER); /* but note callout done */ in buf_brelse()
4290 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */ in buf_biodone()
4299 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */ in buf_biodone()