Home
last modified time | relevance | path

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

/linux-6.6.21/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.c406 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_free_extent()
456 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
620 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
764 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
Dxfs_bmap_item.c263 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_bmap_update()
317 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
604 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
Dxfs_refcount_item.c270 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_refcount_update()
321 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
Dxfs_rmap_item.c311 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_rmap_update()
343 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
631 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
Dxfs_iunlink_item.c174 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_iunlink_log_inode()
Dxfs_attr_item.c343 args->trans->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_xattri_finish_update()
363 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attr_log_item()
677 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attri_item_relog()
Dxfs_icreate_item.c116 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans.c358 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
989 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
1081 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_trans_dquot.c65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
Dxfs_qm.c1843 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_trans_inode.c96 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_shared.h58 #define XFS_TRANS_DIRTY (1u << 0) macro
Dxfs_defer.c462 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
602 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
836 ASSERT(!(tp->t_flags & XFS_TRANS_DIRTY)); in xfs_defer_ops_continue()