Searched refs:t_ticket (Results 1 – 2 of 2) 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()177 &tp->t_ticket, (tp->t_flags & XFS_TRANS_PERM_LOG_RES)); in xfs_trans_reserve()201 xfs_log_ticket_ungrant(mp->m_log, tp->t_ticket); in xfs_trans_reserve()202 tp->t_ticket = NULL; in xfs_trans_reserve()868 ASSERT(tp->t_ticket != NULL); in __xfs_trans_commit()896 if (tp->t_ticket) { in __xfs_trans_commit()898 xfs_log_ticket_regrant(log, tp->t_ticket); in __xfs_trans_commit()900 xfs_log_ticket_ungrant(log, tp->t_ticket); in __xfs_trans_commit()901 tp->t_ticket = NULL; in __xfs_trans_commit()[all …]
132 struct xlog_ticket *t_ticket; /* log mgr ticket */ member