Lines Matching refs:log_flags
254 int log_flags; in xfs_trans_reserve() local
257 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
259 log_flags = 0; in xfs_trans_reserve()
261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
903 int log_flags = 0; in xfs_trans_commit() local
912 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit()
967 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_commit()
992 int log_flags; in xfs_trans_cancel() local
1024 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_cancel()
1026 log_flags = 0; in xfs_trans_cancel()
1028 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_cancel()