Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_trans_buf.c281 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()
324 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
516 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf()
602 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
618 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
Dxfs_icreate_item.c107 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_extfree_item.c384 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
449 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
564 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
Dxfs_refcount_item.c264 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
341 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
Dxfs_bmap_item.c260 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
339 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
Dxfs_rmap_item.c330 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
388 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
Dxfs_trans.c342 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
957 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
1035 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_trans_dquot.c57 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
858 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_shared.h61 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro
Dxfs_trans_inode.c131 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_defer.c470 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()