Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_buf.c760 bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE); in _xfs_buf_read()
788 ASSERT(bp->b_flags & XBF_DONE); in xfs_buf_reverify()
797 bp->b_flags &= ~XBF_DONE; in xfs_buf_reverify()
823 if (!(bp->b_flags & XBF_DONE)) { in xfs_buf_read_map()
868 bp->b_flags &= ~XBF_DONE; in xfs_buf_read_map()
1283 bp->b_flags |= (XBF_DONE | XBF_WRITE_FAIL); in xfs_buf_ioend_handle_error()
1288 bp->b_flags |= XBF_DONE; in xfs_buf_ioend_handle_error()
1311 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1315 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1400 bp->b_flags &= ~XBF_DONE; in xfs_buf_ioend_fail()
[all …]
Dxfs_buf.h32 #define XBF_DONE (1u << 5) /* all pages in the buffer uptodate */ macro
65 { 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_fsops.c532 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_do_force_shutdown()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_dquot_buf.c264 bp->b_flags &= ~XBF_DONE; in xfs_dquot_buf_readahead_verify()
Dxfs_inode_buf.c65 bp->b_flags &= ~XBF_DONE; in xfs_inode_buf_verify()
Dxfs_ialloc.c405 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()