Lines Matching refs:t_ticket
134 ASSERT(tp->t_ticket != NULL); in xfs_trans_dup()
141 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup()
210 ASSERT(tp->t_ticket == NULL); in xfs_trans_reserve()
214 if (tp->t_ticket != NULL) { in xfs_trans_reserve()
216 error = xfs_log_regrant(tp->t_mountp, tp->t_ticket); in xfs_trans_reserve()
221 &tp->t_ticket, XFS_TRANSACTION, in xfs_trans_reserve()
254 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, false); in xfs_trans_reserve()
255 tp->t_ticket = NULL; in xfs_trans_reserve()
913 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()
949 if (tp->t_ticket) { in __xfs_trans_commit()
950 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
1004 if (tp->t_ticket) in xfs_trans_cancel()
1005 xfs_log_done(mp, tp->t_ticket, NULL, false); in xfs_trans_cancel()