Lines Matching refs:log_flags
686 int log_flags; in xfs_trans_reserve() local
716 log_flags = XFS_LOG_PERM_RESERV; in xfs_trans_reserve()
721 log_flags = 0; in xfs_trans_reserve()
726 XFS_TRANSACTION, log_flags, tp->t_type); in xfs_trans_reserve()
758 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
760 log_flags = 0; in xfs_trans_reserve()
762 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
1567 int log_flags = 0; in xfs_trans_commit_iclog() local
1599 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit_iclog()
1608 *commit_lsn = xfs_log_done(mp, tp->t_ticket, &commit_iclog, log_flags); in xfs_trans_commit_iclog()
1798 int log_flags = 0; in _xfs_trans_commit() local
1807 log_flags = XFS_LOG_REL_PERM_RESERV; in _xfs_trans_commit()
1871 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in _xfs_trans_commit()
1896 int log_flags; in xfs_trans_cancel() local
1928 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_cancel()
1930 log_flags = 0; in xfs_trans_cancel()
1932 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_cancel()