Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_trans.c109 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()
[all …]
Dxfs_log_cil.c625 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1); in xlog_cil_insert_items()
627 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs; in xlog_cil_insert_items()
628 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs); in xlog_cil_insert_items()
680 tp->t_ticket->t_curr_res -= ctx_res + len; in xlog_cil_insert_items()
681 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()
1766 xfs_log_ticket_regrant(log, tp->t_ticket); in xlog_cil_commit()
1768 xfs_log_ticket_ungrant(log, tp->t_ticket); in xlog_cil_commit()
1769 tp->t_ticket = NULL; in xlog_cil_commit()
Dxfs_trans.h134 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
Dxfs_log.c1939 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()
Dxfs_trace.h4012 if (tp->t_ticket)
4013 __entry->tid = tp->t_ticket->t_tid;