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

/xnu-2422.115.4/bsd/sys/
H A Dbuf_internal.h229 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp */ macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c660 if ( !(bp->b_flags & B_CALL) )
671 bp->b_flags |= (B_CALL | B_ASYNC);
673 bp->b_flags &= ~B_CALL;
722 io_bp->b_flags |= B_CALL;
783 io_bp->b_flags |= B_CALL;
3894 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
3897 int callout = ISSET(bp->b_flags, B_CALL);
3902 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */

Completed in 23 milliseconds