Searched refs:t_ticket (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans.c109 ASSERT(tp->t_ticket != NULL);
117 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket);
187 ASSERT(tp->t_ticket == NULL);
191 if (tp->t_ticket != NULL) {
193 error = xfs_log_regrant(mp, tp->t_ticket);
197 &tp->t_ticket, permanent);
229 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket);
230 tp->t_ticket = NULL;
1008 ASSERT(tp->t_ticket !
[all...]
H A Dxfs_log_cil.c628 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1);
630 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs;
631 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs);
683 tp->t_ticket->t_curr_res -= ctx_res + len;
684 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) {
1596 xfs_log_ticket_regrant(log, tp->t_ticket);
1598 xfs_log_ticket_ungrant(log, tp->t_ticket);
1599 tp->t_ticket = NULL;
H A Dxfs_trans.h132 struct xlog_ticket *t_ticket; /* log mgr ticket */ member in struct:xfs_trans
H A Dxfs_log.c2180 xlog_print_tic_res(mp, tp->t_ticket);
H A Dxfs_trace.h3921 if (tp->t_ticket)
3922 __entry->tid = tp->t_ticket->t_tid;

Completed in 488 milliseconds