Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c107 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
114 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
189 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
193 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
195 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
200 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
233 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
234 tp->t_ticket = NULL; in xfs_trans_reserve()
958 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
994 if (tp->t_ticket) { in __xfs_trans_commit()
[all …]
Dxfs_log_cil.c430 tp->t_ticket->t_curr_res -= ctx_res; in xlog_cil_insert_items()
442 tp->t_ticket->t_curr_res -= split_res; in xlog_cil_insert_items()
443 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()
445 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()
452 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()
485 if (tp->t_ticket->t_curr_res < 0) in xlog_cil_insert_items()
1000 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
1001 tp->t_ticket = NULL; in xfs_log_commit_cil()
Dxfs_trans.h111 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
Dxfs_trace.h3323 if (tp->t_ticket)
3324 __entry->tid = tp->t_ticket->t_tid;
Dxfs_log.c2136 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()