Searched refs:XBF_DONE (Results 1 - 8 of 8) sorted by last modified time

/linux-master/fs/xfs/
H A Dxfs_fsops.c493 mp->m_sb_bp->b_flags |= XBF_DONE;
H A Dxfs_buf.c806 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
817 * fails, clear XBF_DONE. We assume the buffer has no recorded errors and is
818 * already in XBF_DONE state on entry.
834 ASSERT(bp->b_flags & XBF_DONE);
843 bp->b_flags &= ~XBF_DONE;
869 if (!(bp->b_flags & XBF_DONE)) {
896 * to pull the buffer from disk again, we clear the XBF_DONE flag and
914 bp->b_flags &= ~XBF_DONE;
1353 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL);
1358 bp->b_flags |= XBF_DONE;
[all...]
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_buf.h32 #define XBF_DONE (1u << 5) /* all pages in the buffer uptodate */ macro
65 { XBF_DONE, "DONE" }, \
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c66 bp->b_flags &= ~XBF_DONE;
H A Dxfs_ialloc.c414 fbuf->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_dquot_buf.c252 * xfs_inode_buf_verify() for why we use EIO and ~XBF_DONE here rather than
264 bp->b_flags &= ~XBF_DONE;

Completed in 178 milliseconds