Lines Matching refs:log_flags
236 int log_flags; in xfs_trans_reserve() local
269 log_flags = XFS_LOG_PERM_RESERV; in xfs_trans_reserve()
274 log_flags = 0; in xfs_trans_reserve()
279 XFS_TRANSACTION, log_flags); in xfs_trans_reserve()
311 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
313 log_flags = 0; in xfs_trans_reserve()
315 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
694 int log_flags; in xfs_trans_commit() local
712 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit()
714 log_flags = 0; in xfs_trans_commit()
738 NULL, log_flags); in xfs_trans_commit()
803 &commit_iclog, log_flags); in xfs_trans_commit()
815 commit_lsn = xfs_log_done(mp, tp->t_ticket, &commit_iclog, log_flags); in xfs_trans_commit()
1070 int log_flags; in xfs_trans_cancel() local
1116 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_cancel()
1118 log_flags = 0; in xfs_trans_cancel()
1120 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_cancel()