Lines Matching refs:XBF_DONE
771 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
782 * fails, clear XBF_DONE. We assume the buffer has no recorded errors and is
783 * already in XBF_DONE state on entry.
799 ASSERT(bp->b_flags & XBF_DONE);
808 bp->b_flags &= ~XBF_DONE;
834 if (!(bp->b_flags & XBF_DONE)) {
861 * to pull the buffer from disk again, we clear the XBF_DONE flag and
871 bp->b_flags &= ~XBF_DONE;
1304 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL);
1309 bp->b_flags |= XBF_DONE;
1332 bp->b_flags |= XBF_DONE;
1336 bp->b_flags |= XBF_DONE;
1421 bp->b_flags &= ~XBF_DONE;
1437 XBF_DONE);
1764 * The buffer must be XBF_DONE prior to the call. Afterwards, the buffer will
1773 ASSERT(bp->b_flags & XBF_DONE);