t_ticket 2077 fs/xfs/xfs_log.c xlog_print_tic_res(mp, tp->t_ticket); t_ticket 428 fs/xfs/xfs_log_cil.c tp->t_ticket->t_curr_res -= ctx_res; t_ticket 440 fs/xfs/xfs_log_cil.c tp->t_ticket->t_curr_res -= split_res; t_ticket 441 fs/xfs/xfs_log_cil.c ASSERT(tp->t_ticket->t_curr_res >= len); t_ticket 443 fs/xfs/xfs_log_cil.c tp->t_ticket->t_curr_res -= len; t_ticket 450 fs/xfs/xfs_log_cil.c if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { t_ticket 483 fs/xfs/xfs_log_cil.c if (tp->t_ticket->t_curr_res < 0) t_ticket 1020 fs/xfs/xfs_log_cil.c xfs_log_done(mp, tp->t_ticket, NULL, regrant); t_ticket 1021 fs/xfs/xfs_log_cil.c tp->t_ticket = NULL; t_ticket 3345 fs/xfs/xfs_trace.h if (tp->t_ticket) t_ticket 3346 fs/xfs/xfs_trace.h __entry->tid = tp->t_ticket->t_tid; t_ticket 106 fs/xfs/xfs_trans.c ASSERT(tp->t_ticket != NULL); t_ticket 113 fs/xfs/xfs_trans.c ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); t_ticket 188 fs/xfs/xfs_trans.c ASSERT(tp->t_ticket == NULL); t_ticket 192 fs/xfs/xfs_trans.c if (tp->t_ticket != NULL) { t_ticket 194 fs/xfs/xfs_trans.c error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); t_ticket 199 fs/xfs/xfs_trans.c &tp->t_ticket, XFS_TRANSACTION, t_ticket 232 fs/xfs/xfs_trans.c xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); t_ticket 233 fs/xfs/xfs_trans.c tp->t_ticket = NULL; t_ticket 965 fs/xfs/xfs_trans.c ASSERT(tp->t_ticket != NULL); t_ticket 1001 fs/xfs/xfs_trans.c if (tp->t_ticket) { t_ticket 1002 fs/xfs/xfs_trans.c commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); t_ticket 1005 fs/xfs/xfs_trans.c tp->t_ticket = NULL; t_ticket 1062 fs/xfs/xfs_trans.c if (tp->t_ticket) { t_ticket 1063 fs/xfs/xfs_trans.c xfs_log_done(mp, tp->t_ticket, NULL, false); t_ticket 1064 fs/xfs/xfs_trans.c tp->t_ticket = NULL; t_ticket 118 fs/xfs/xfs_trans.h struct xlog_ticket *t_ticket; /* log mgr ticket */