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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h169 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c559 bp->b_flags |= B_FILTER;
561 bp->b_flags &= ~B_FILTER;
1964 * if we're invalidating a buffer that has the B_FILTER bit
1971 if (ISSET(bp->b_flags, B_FILTER)) { /* if necessary, call out */
1975 CLR(bp->b_flags, B_FILTER); /* but note callout done */
3199 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
3204 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */

Completed in 30 milliseconds