Home
last modified time | relevance | path

Searched refs:XBF_DONE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_buf.c771 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE); in _xfs_buf_read()
799 ASSERT(bp->b_flags & XBF_DONE); in xfs_buf_reverify()
808 bp->b_flags &= ~XBF_DONE; in xfs_buf_reverify()
834 if (!(bp->b_flags & XBF_DONE)) { in xfs_buf_read_map()
871 bp->b_flags &= ~XBF_DONE; in xfs_buf_read_map()
1304 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL); in xfs_buf_ioend_handle_error()
1309 bp->b_flags |= XBF_DONE; in xfs_buf_ioend_handle_error()
1332 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1336 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1421 bp->b_flags &= ~XBF_DONE; in xfs_buf_ioend_fail()
[all …]
Dxfs_buf.h30 #define XBF_DONE (1 << 5) /* all pages in the buffer uptodate */ macro
56 { XBF_DONE, "DONE" }, \
Dxfs_trans_buf.c143 bp->b_flags |= XBF_DONE; in xfs_trans_get_buf_map()
241 ASSERT(bp->b_flags & XBF_DONE); in xfs_trans_read_buf_map()
459 bp->b_flags |= XBF_DONE; in xfs_trans_dirty_buf()
Dxfs_log.c3708 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_log_force_umount()
3738 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_log_force_umount()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_dquot_buf.c264 bp->b_flags &= ~XBF_DONE; in xfs_dquot_buf_readahead_verify()
Dxfs_inode_buf.c66 bp->b_flags &= ~XBF_DONE; in xfs_inode_buf_verify()
Dxfs_ialloc.c383 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()