Lines Matching refs:t_ticket
134 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
141 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
210 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
214 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
216 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
221 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
261 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
262 tp->t_ticket = NULL; in xfs_trans_reserve()
930 ASSERT(tp->t_ticket != NULL); in xfs_trans_commit()
966 if (tp->t_ticket) { in xfs_trans_commit()
967 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_commit()
1021 if (tp->t_ticket) { in xfs_trans_cancel()
1028 xfs_log_done(mp, tp->t_ticket, NULL, log_flags); in xfs_trans_cancel()
1084 xfs_log_ticket_put(trans->t_ticket); in xfs_trans_roll()