Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c92 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
99 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
168 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
172 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
174 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
179 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
212 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
213 tp->t_ticket = NULL; in xfs_trans_reserve()
928 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
964 if (tp->t_ticket) { in __xfs_trans_commit()
[all …]
Dxfs_log_cil.c444 tp->t_ticket->t_curr_res -= ctx_res; in xlog_cil_insert_items()
456 tp->t_ticket->t_curr_res -= split_res; in xlog_cil_insert_items()
457 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items()
459 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items()
466 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items()
500 if (tp->t_ticket->t_curr_res < 0) in xlog_cil_insert_items()
1015 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil()
Dxfs_trans.h111 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
Dxfs_log.c2095 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()