Lines Matching defs:tpp
355 struct xfs_trans **tpp)
360 error = xfs_defer_save_resources(&dres, *tpp);
364 trace_xfs_defer_trans_roll(*tpp, _RET_IP_);
370 * return with the held resources joined to @tpp, no matter what
373 error = xfs_trans_roll(tpp);
375 xfs_defer_restore_resources(*tpp, &dres);
378 trace_xfs_defer_trans_roll_error(*tpp, error);
422 struct xfs_trans **tpp,
425 struct xlog *log = (*tpp)->t_mountp->m_log;
430 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES);
457 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp);
458 XFS_STATS_INC((*tpp)->t_mountp, defer_relog);
459 dfp->dfp_intent = xfs_trans_item_relog(dfp->dfp_intent, *tpp);
462 if ((*tpp)->t_flags & XFS_TRANS_DIRTY)
463 return xfs_defer_trans_roll(tpp);