Lines Matching refs:t_ticket
109 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
117 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
187 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
191 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
193 error = xfs_log_regrant(mp, tp->t_ticket); in xfs_trans_reserve()
197 &tp->t_ticket, permanent); in xfs_trans_reserve()
229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()
230 tp->t_ticket = NULL; in xfs_trans_reserve()
882 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
917 if (tp->t_ticket) { in __xfs_trans_commit()
919 xfs_log_ticket_regrant(log, tp->t_ticket); in __xfs_trans_commit()
921 xfs_log_ticket_ungrant(log, tp->t_ticket); in __xfs_trans_commit()
922 tp->t_ticket = NULL; in __xfs_trans_commit()
998 if (tp->t_ticket) { in xfs_trans_cancel()
999 xfs_log_ticket_ungrant(log, tp->t_ticket); in xfs_trans_cancel()
1000 tp->t_ticket = NULL; in xfs_trans_cancel()