Lines Matching refs:B_INVAL
484 rabp->b_flags |= B_INVAL;
605 * no error + B_INVAL == directory EOF,
608 if (error == 0 && (bp->b_flags & B_INVAL))
636 (bp->b_flags & B_INVAL) == 0 &&
647 rabp->b_flags |= B_INVAL;
1088 bp->b_flags &= ~B_INVAL;
1252 * The caller must carefully deal with the possible B_INVAL state of
1253 * the buffer. ncl_doio() clears B_INVAL (and ncl_asyncio() clears it
1255 * the B_INVAL state. We have to be a little more careful when dealing
1371 * Note: ncl_asyncio() does not clear (BIO_ERROR|B_INVAL) but when the bp
1585 * clear BIO_ERROR and B_INVAL state prior to initiating the I/O. We
1589 bp->b_flags &= ~B_INVAL;
1651 * end-of-directory sets B_INVAL but does not generate an
1655 bp->b_flags |= B_INVAL;
1760 * unrecoverable. For the former, we clear B_INVAL|B_NOCACHE
1762 * For the latter (eg ESTALE), we toss the buffer away (B_INVAL)
1777 bp->b_flags &= ~(B_INVAL|B_NOCACHE);
1789 bp->b_flags |= B_INVAL;