Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_trans_buf.c142 bp->b_flags |= XBF_DONE; in xfs_trans_get_buf_map()
256 ASSERT(bp->b_flags & XBF_DONE); in xfs_trans_read_buf_map()
296 bp->b_flags &= ~XBF_DONE; in xfs_trans_read_buf_map()
457 bp->b_flags |= XBF_DONE; in xfs_trans_dirty_buf()
Dxfs_buf.h35 #define XBF_DONE (1 << 5) /* all pages in the buffer uptodate */ macro
62 { XBF_DONE, "DONE" }, \
Dxfs_buf_item.c478 bp->b_flags &= ~XBF_DONE; in xfs_buf_item_unpin()
1121 bp->b_flags |= (XBF_WRITE | XBF_DONE | XBF_WRITE_FAIL); in xfs_buf_iodone_callback_error()
1165 bp->b_flags |= XBF_DONE; in xfs_buf_iodone_callback_error()
Dxfs_buf.c768 if (!(bp->b_flags & XBF_DONE)) { in xfs_buf_read_map()
1170 bp->b_flags |= XBF_DONE; in xfs_buf_ioend()
1230 XBF_WRITE_FAIL | XBF_DONE); in xfs_bwrite()
1471 bp->b_flags &= ~XBF_DONE; in __xfs_buf_submit()
Dxfs_mount.c1394 ASSERT(bp->b_flags & XBF_DONE); in xfs_getsb()
Dxfs_log.c3971 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_log_force_umount()
4001 mp->m_sb_bp->b_flags |= XBF_DONE; in xfs_log_force_umount()
Dxfs_inode.c3284 bp->b_flags &= ~XBF_DONE; in xfs_iflush_cluster()
Dxfs_log_recover.c5695 bp->b_flags &= ~(XBF_DONE | XBF_ASYNC); in xlog_do_recover()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_dquot_buf.c260 bp->b_flags &= ~XBF_DONE; in xfs_dquot_buf_readahead_verify()
Dxfs_inode_buf.c107 bp->b_flags &= ~XBF_DONE; in xfs_inode_buf_verify()
Dxfs_ialloc.c401 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()