Lines Matching refs:b_iocmd
2205 rabp->b_iocmd = BIO_READ; in breada()
2271 bp->b_iocmd = BIO_READ; in breadn_flags()
2358 bp->b_iocmd = BIO_WRITE; in bufwrite()
2554 bp->b_iocmd = BIO_WRITE; in bdirty()
2732 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2744 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2823 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2997 } else if ((bp->b_iocmd == BIO_READ) && resid > 0) { in vfs_vmio_iodone()
4562 if (bp->b_iocmd == BIO_READ) in bufwait()
4609 if (bp->b_iocmd == BIO_WRITE) in bufdone()
4626 if (bp->b_iocmd == BIO_READ && in bufdone()
4635 KASSERT(bp->b_iocmd == BIO_READ, in bufdone()
4636 ("bufdone: b_iocmd %d not BIO_READ", bp->b_iocmd)); in bufdone()
5098 if (bp->b_iocmd == BIO_READ) in vmapbuf()