Lines Matching refs:t_ticket
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()
1002 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
1005 tp->t_ticket = NULL; in __xfs_trans_commit()
1062 if (tp->t_ticket) { in xfs_trans_cancel()
1063 xfs_log_done(mp, tp->t_ticket, NULL, false); in xfs_trans_cancel()
1064 tp->t_ticket = NULL; in xfs_trans_cancel()