Searched refs:XBF_DONE (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf.c803 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
814 * fails, clear XBF_DONE. We assume the buffer has no recorded errors and is
815 * already in XBF_DONE state on entry.
831 ASSERT(bp->b_flags & XBF_DONE);
840 bp->b_flags &= ~XBF_DONE;
866 if (!(bp->b_flags & XBF_DONE)) {
893 * to pull the buffer from disk again, we clear the XBF_DONE flag and
911 bp->b_flags &= ~XBF_DONE;
1350 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL);
1355 bp->b_flags |= XBF_DONE;
[all...]
H A Dxfs_buf.h32 #define XBF_DONE (1u << 5) /* all pages in the buffer uptodate */ macro
65 { XBF_DONE, "DONE" }, \
H A Dxfs_trans_buf.c143 bp->b_flags |= XBF_DONE;
241 ASSERT(bp->b_flags & XBF_DONE);
501 bp->b_flags |= XBF_DONE;
H A Dxfs_fsops.c495 mp->m_sb_bp->b_flags |= XBF_DONE;
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c252 * xfs_inode_buf_verify() for why we use EIO and ~XBF_DONE here rather than
264 bp->b_flags &= ~XBF_DONE;
H A Dxfs_btree_staging.c250 * Mark this buffer XBF_DONE (i.e. uptodate) so that a subsequent
253 bp->b_flags |= XBF_DONE;
H A Dxfs_inode_buf.c66 bp->b_flags &= ~XBF_DONE;
H A Dxfs_ialloc.c414 fbuf->b_flags |= XBF_DONE;

Completed in 125 milliseconds