Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A 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()
A Dxfs_extfree_item.c379 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_free_extent()
419 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
555 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
673 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
A Dxfs_refcount_item.c269 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()
595 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
A Dxfs_rmap_item.c310 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()
603 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
A Dxfs_bmap_item.c262 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_bmap_update()
316 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
567 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
A Dxfs_iunlink_item.c176 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_iunlink_log_inode()
A 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()
676 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_attri_item_relog()
A Dxfs_icreate_item.c116 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
A Dxfs_trans.c356 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
982 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
1074 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
A Dxfs_trans_dquot.c65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
A Dxfs_qm.c1827 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_qm_vop_chown()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_shared.h58 #define XFS_TRANS_DIRTY (1u << 0) macro
A Dxfs_defer.c454 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
593 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
826 ASSERT(!(tp->t_flags & XFS_TRANS_DIRTY)); in xfs_defer_ops_continue()
A Dxfs_trans_inode.c105 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()

Completed in 24 milliseconds