Searched refs:B_CALL (Results 1 – 2 of 2) sorted by relevance
243 #define B_CALL 0x00800000 /* Call b_iodone from biodone, assumes b_iodone consumes bp… macro
929 if (!(bp->b_flags & B_CALL)) { in buf_callback()943 bp->b_flags |= (B_CALL | B_ASYNC); in buf_setcallback()945 bp->b_flags &= ~B_CALL; in buf_setcallback()1004 io_bp->b_flags |= B_CALL; in buf_clone()1067 io_bp->b_flags |= B_CALL; in buf_create_shadow_internal()4455 if (ISSET(bp->b_flags, (B_CALL | B_FILTER))) { /* if necessary, call out */ in buf_biodone()4458 int callout = ISSET(bp->b_flags, B_CALL); in buf_biodone()4464 CLR(bp->b_flags, (B_CALL | B_FILTER)); /* filters and callouts are one-shot */ in buf_biodone()