Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans_extfree.c80 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
145 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
261 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
Dxfs_trans_refcount.c64 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
141 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
Dxfs_trans_bmap.c66 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
145 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
Dxfs_trans_buf.c299 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
477 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf()
563 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
579 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
Dxfs_trans_rmap.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
163 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
Dxfs_trans_inode.c132 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_icreate_item.c174 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans.c345 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
950 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
1028 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_trans_dquot.c67 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
869 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_shared.h59 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro
Dxfs_defer.c463 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()