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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h143 #define BL_CALLDONE 0x00000008 /* callback routine on B_CALL bp has completed */
170 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c470 if ( !(bp->b_flags & B_CALL) )
481 bp->b_flags |= (B_CALL | B_ASYNC);
483 bp->b_flags &= ~B_CALL;
532 io_bp->b_flags |= B_CALL;
3110 * Wait for the callback operation on a B_CALL buffer to complete.
3199 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */
3202 int callout = ISSET(bp->b_flags, B_CALL);
3204 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */

Completed in 22 milliseconds