Lines Matching defs:tpp
461 struct xfs_trans **tpp)
466 error = xfs_defer_save_resources(&dres, *tpp);
470 trace_xfs_defer_trans_roll(*tpp, _RET_IP_);
476 * return with the held resources joined to @tpp, no matter what
479 error = xfs_trans_roll(tpp);
481 xfs_defer_restore_resources(*tpp, &dres);
484 trace_xfs_defer_trans_roll_error(*tpp, error);
532 struct xfs_trans **tpp,
535 struct xlog *log = (*tpp)->t_mountp->m_log;
540 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES);
567 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp);
568 XFS_STATS_INC((*tpp)->t_mountp, defer_relog);
570 xfs_defer_relog_intent(*tpp, dfp);