Lines Matching defs:async
417 bio_doread(struct vnode *vp, daddr_t blkno, int size, int async)
430 SET(bp->b_flags, B_READ | async);
436 } else if (async) {
448 if (async == 0)
474 * Read-ahead multiple disk blocks. The first is sync, the rest async.
677 int rv, async, wasdelayed, s;
692 * to async, not sync writes (which is safe, but ugly).
694 async = ISSET(bp->b_flags, B_ASYNC);
695 if (!async && mp && ISSET(mp->mnt_flag, MNT_ASYNC)) {
697 * Don't convert writes from VND on async filesystems
712 if (async)
752 if (async)
1274 * to do async stuff to, and doesn't want the buffer brelse()'d.
1307 if (ISSET(bp->b_flags, B_ASYNC)) {/* if async, release it */