Lines Matching defs:async
687 bio_doread(struct vnode *vp, daddr_t blkno, int size, int async)
709 SET(bp->b_flags, B_READ | async);
710 if (async)
718 } else if (async)
732 if (async == 0)
771 * Read-ahead multiple disk blocks. The first is sync, the rest async.
862 * to async, not sync writes (which is safe, but ugly).
1650 * to do async stuff too, and doesn't want the buffer brelse()'d.
1712 /* If async, release. */
1713 BIOHIST_LOG(biohist, "async", 0, 0, 0, 0);