Searched refs:t_ticket (Results 1 – 5 of 5) sorted by relevance
110 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()118 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()188 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()192 if (tp->t_ticket != NULL) { in xfs_trans_reserve()198 &tp->t_ticket, permanent); in xfs_trans_reserve()231 tp->t_ticket = NULL; in xfs_trans_reserve()894 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()922 if (tp->t_ticket) { in __xfs_trans_commit()927 tp->t_ticket = NULL; in __xfs_trans_commit()1017 if (tp->t_ticket) { in xfs_trans_cancel()[all …]
622 ctx_res += split_res * (tp->t_ticket->t_iclog_hdrs - 1); in xlog_cil_insert_items()624 ctx_res = split_res * tp->t_ticket->t_iclog_hdrs; in xlog_cil_insert_items()625 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs); in xlog_cil_insert_items()677 tp->t_ticket->t_curr_res -= ctx_res + len; in xlog_cil_insert_items()678 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()1762 xfs_log_ticket_regrant(log, tp->t_ticket); in xlog_cil_commit()1764 xfs_log_ticket_ungrant(log, tp->t_ticket); in xlog_cil_commit()1765 tp->t_ticket = NULL; in xlog_cil_commit()
133 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
1940 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()
4357 if (tp->t_ticket)4358 __entry->tid = tp->t_ticket->t_tid;