Lines Matching refs:b_ioflags
1771 bp->b_ioflags = 0; in buf_alloc()
2204 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2279 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2356 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
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()
2768 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2771 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2823 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2843 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
2862 (bp->b_ioflags & BIO_ERROR)) { in brelse()
4570 if (bp->b_ioflags & BIO_ERROR) { in bufwait()
4628 !(bp->b_ioflags & BIO_ERROR)) in bufdone()
4647 (bp->b_ioflags & BIO_ERROR)) in bufdone()
4918 bp->b_ioflags &= ~BIO_ERROR; in vfs_bio_clrbuf()
5497 (u_int)bp->b_ioflags, PRINT_BIO_FLAGS); in DB_SHOW_COMMAND()