Lines Matching refs:t_ticket
107 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
115 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
185 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
189 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
191 error = xfs_log_regrant(mp, tp->t_ticket); in xfs_trans_reserve()
196 &tp->t_ticket, XFS_TRANSACTION, 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()
868 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
903 if (tp->t_ticket) { in __xfs_trans_commit()
905 xfs_log_ticket_regrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
907 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in __xfs_trans_commit()
908 tp->t_ticket = NULL; in __xfs_trans_commit()
964 if (tp->t_ticket) { in xfs_trans_cancel()
965 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_cancel()
966 tp->t_ticket = NULL; in xfs_trans_cancel()