Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_trans_buf.c269 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()
295 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_extfree_item.c383 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
423 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
557 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
659 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
Dxfs_refcount_item.c262 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
314 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
577 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
Dxfs_rmap_item.c330 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
363 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
600 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
Dxfs_bmap_item.c258 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
312 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
559 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
Dxfs_trans.c347 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
862 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
941 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_icreate_item.c115 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans_dquot.c64 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
862 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_defer.c396 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
524 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
730 ASSERT(!(tp->t_flags & XFS_TRANS_DIRTY)); in xfs_defer_ops_continue()
Dxfs_shared.h61 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro
Dxfs_trans_inode.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()