Searched refs:t_ticket (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_trans.c | 106 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup() 113 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() 194 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve() 199 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve() 232 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve() 233 tp->t_ticket = NULL; in xfs_trans_reserve() 965 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit() 1001 if (tp->t_ticket) { in __xfs_trans_commit() [all …]
|
| D | xfs_log_cil.c | 428 tp->t_ticket->t_curr_res -= ctx_res; in xlog_cil_insert_items() 440 tp->t_ticket->t_curr_res -= split_res; in xlog_cil_insert_items() 441 ASSERT(tp->t_ticket->t_curr_res >= len); in xlog_cil_insert_items() 443 tp->t_ticket->t_curr_res -= len; in xlog_cil_insert_items() 450 if (WARN_ON(tp->t_ticket->t_curr_res < 0)) { in xlog_cil_insert_items() 483 if (tp->t_ticket->t_curr_res < 0) in xlog_cil_insert_items() 1020 xfs_log_done(mp, tp->t_ticket, NULL, regrant); in xfs_log_commit_cil() 1021 tp->t_ticket = NULL; in xfs_log_commit_cil()
|
| D | xfs_trans.h | 118 struct xlog_ticket *t_ticket; /* log mgr ticket */ member
|
| D | xfs_trace.h | 3345 if (tp->t_ticket) 3346 __entry->tid = tp->t_ticket->t_tid;
|
| D | xfs_log.c | 2075 xlog_print_tic_res(mp, tp->t_ticket); in xlog_print_trans()
|