Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dbuf_internal.h239 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp… macro
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_bio.c766 if (!(bp->b_flags & B_CALL)) { in buf_callback()
780 bp->b_flags |= (B_CALL | B_ASYNC); in buf_setcallback()
782 bp->b_flags &= ~B_CALL; in buf_setcallback()
841 io_bp->b_flags |= B_CALL; in buf_clone()
904 io_bp->b_flags |= B_CALL; in buf_create_shadow_internal()
4290 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */ in buf_biodone()
4293 int callout = ISSET(bp->b_flags, B_CALL); in buf_biodone()
4299 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */ in buf_biodone()