Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_trans.c111 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
119 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()
200 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
234 tp->t_ticket = NULL; in xfs_trans_reserve()
872 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
907 if (tp->t_ticket) { in __xfs_trans_commit()
912 tp->t_ticket = NULL; in __xfs_trans_commit()
968 if (tp->t_ticket) { in xfs_trans_cancel()
[all …]
A Dxfs_log_cil.c463 tp->t_ticket->t_curr_res -= ctx_res; in xlog_cil_insert_items()
475 tp->t_ticket->t_curr_res -= split_res; in xlog_cil_insert_items()
476 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()
478 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()
485 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()
518 if (tp->t_ticket->t_curr_res < 0) in xlog_cil_insert_items()
1288 xfs_log_ticket_regrant(log, tp->t_ticket); in xlog_cil_commit()
1290 xfs_log_ticket_ungrant(log, tp->t_ticket); in xlog_cil_commit()
1291 tp->t_ticket = NULL; in xlog_cil_commit()
A Dxfs_trans.h128 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
A Dxfs_trace.h3554 if (tp->t_ticket)
3555 __entry->tid = tp->t_ticket->t_tid;
A Dxfs_log.c2203 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()

Completed in 17 milliseconds