Lines Matching refs:XBF_DONE
760 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
771 * fails, clear XBF_DONE. We assume the buffer has no recorded errors and is
772 * already in XBF_DONE state on entry.
788 ASSERT(bp->b_flags & XBF_DONE);
797 bp->b_flags &= ~XBF_DONE;
823 if (!(bp->b_flags & XBF_DONE)) {
850 * to pull the buffer from disk again, we clear the XBF_DONE flag and
868 bp->b_flags &= ~XBF_DONE;
1283 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL);
1288 bp->b_flags |= XBF_DONE;
1311 bp->b_flags |= XBF_DONE;
1315 bp->b_flags |= XBF_DONE;
1400 bp->b_flags &= ~XBF_DONE;
1416 XBF_DONE);
1756 * The buffer must be XBF_DONE prior to the call. Afterwards, the buffer will
1765 ASSERT(bp->b_flags & XBF_DONE);