Lines Matching refs:tpp
249 struct xfs_trans **tpp) in xfs_trans_alloc() argument
304 *tpp = tp; in xfs_trans_alloc()
327 struct xfs_trans **tpp) in xfs_trans_alloc_empty() argument
331 return xfs_trans_alloc(mp, &resv, 0, 0, XFS_TRANS_NO_WRITECOUNT, tpp); in xfs_trans_alloc_empty()
1130 struct xfs_trans **tpp) in xfs_trans_roll() argument
1132 struct xfs_trans *trans = *tpp; in xfs_trans_roll()
1144 *tpp = xfs_trans_dup(trans); in xfs_trans_roll()
1166 return xfs_trans_reserve(*tpp, &tres, 0, 0); in xfs_trans_roll()
1183 struct xfs_trans **tpp) in xfs_trans_alloc_inode() argument
1218 *tpp = tp; in xfs_trans_alloc_inode()
1239 struct xfs_trans **tpp) in xfs_trans_alloc_icreate() argument
1262 *tpp = tp; in xfs_trans_alloc_icreate()
1282 struct xfs_trans **tpp) in xfs_trans_alloc_ichange() argument
1341 *tpp = tp; in xfs_trans_alloc_ichange()
1366 struct xfs_trans **tpp, in xfs_trans_alloc_dir() argument
1426 *tpp = tp; in xfs_trans_alloc_dir()