Lines Matching refs:t_ticket
106 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
114 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
189 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
193 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
195 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
200 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
233 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
234 tp->t_ticket = NULL; in xfs_trans_reserve()
864 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
900 if (tp->t_ticket) { in __xfs_trans_commit()
901 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
904 tp->t_ticket = NULL; in __xfs_trans_commit()
961 if (tp->t_ticket) { in xfs_trans_cancel()
962 xfs_log_done(mp, tp->t_ticket, NULL, false); in xfs_trans_cancel()
963 tp->t_ticket = NULL; in xfs_trans_cancel()