Home
last modified time | relevance | path

Searched refs:XFS_TRANS_HAS_INTENT_DONE (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_shared.h72 #define XFS_TRANS_HAS_INTENT_DONE (1u << 7) macro
/linux-6.6.21/fs/xfs/
Dxfs_bmap_item.c263 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_bmap_update()
Dxfs_refcount_item.c270 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_refcount_update()
Dxfs_rmap_item.c311 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_log_finish_rmap_update()
Dxfs_attr_item.c343 args->trans->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_xattri_finish_update()
Dxfs_extfree_item.c406 tp->t_flags |= XFS_TRANS_DIRTY | XFS_TRANS_HAS_INTENT_DONE; in xfs_trans_free_extent()
Dxfs_log_cil.c1579 if (tp->t_flags & XFS_TRANS_HAS_INTENT_DONE) in xlog_cil_commit()