Searched refs:XFS_TRANS_DIRTY (Results 1 – 7 of 7) sorted by relevance
69 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()136 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
314 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()542 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_buf()609 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
132 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
293 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()905 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()982 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
79 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()874 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
177 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro