Lines Matching refs:t_ticket
108 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
116 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
186 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
190 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
192 error = xfs_log_regrant(mp, tp->t_ticket); in xfs_trans_reserve()
196 &tp->t_ticket, permanent); in xfs_trans_reserve()
228 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
229 tp->t_ticket = NULL; in xfs_trans_reserve()
996 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
1031 if (tp->t_ticket) { in __xfs_trans_commit()
1033 xfs_log_ticket_regrant(log, tp->t_ticket); in __xfs_trans_commit()
1035 xfs_log_ticket_ungrant(log, tp->t_ticket); in __xfs_trans_commit()
1036 tp->t_ticket = NULL; in __xfs_trans_commit()
1112 if (tp->t_ticket) { in xfs_trans_cancel()
1113 xfs_log_ticket_ungrant(log, tp->t_ticket); in xfs_trans_cancel()
1114 tp->t_ticket = NULL; in xfs_trans_cancel()