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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h207 #define B_FILTER 0x00400000 /* call b_iodone from biodone as an in-line filter */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c897 bp->b_flags |= B_FILTER;
899 bp->b_flags &= ~B_FILTER;
2557 * if we're invalidating a buffer that has the B_FILTER bit
2564 if (ISSET(bp->b_flags, B_FILTER)) { /* if necessary, call out */
2568 CLR(bp->b_flags, B_FILTER); /* but note callout done */
3874 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
3882 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */

Completed in 50 milliseconds