| /Linux-v5.15/fs/xfs/libxfs/ | 
| D | xfs_defer.c | 238 	struct xfs_trans		**tpp)  in xfs_defer_trans_roll()  argument 240 	struct xfs_trans		*tp = *tpp;  in xfs_defer_trans_roll() 297 	error = xfs_trans_roll(tpp);  in xfs_defer_trans_roll() 298 	tp = *tpp;  in xfs_defer_trans_roll() 356 	struct xfs_trans		**tpp,  in xfs_defer_relog()  argument 359 	struct xlog			*log = (*tpp)->t_mountp->m_log;  in xfs_defer_relog() 364 	ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES);  in xfs_defer_relog() 391 		trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp);  in xfs_defer_relog() 392 		XFS_STATS_INC((*tpp)->t_mountp, defer_relog);  in xfs_defer_relog() 393 		dfp->dfp_intent = xfs_trans_item_relog(dfp->dfp_intent, *tpp);  in xfs_defer_relog() [all …] 
 | 
| D | xfs_trans_inode.c | 215 	struct xfs_trans	**tpp,  in xfs_trans_roll_inode()  argument 220 	xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE);  in xfs_trans_roll_inode() 221 	error = xfs_trans_roll(tpp);  in xfs_trans_roll_inode() 223 		xfs_trans_ijoin(*tpp, ip, 0);  in xfs_trans_roll_inode()
  | 
| D | xfs_ag.c | 764 	struct xfs_trans	**tpp,  in xfs_ag_shrink_space()  argument 769 		.tp	= *tpp,  in xfs_ag_shrink_space() 785 	error = xfs_ialloc_read_agi(mp, *tpp, agno, &agibp);  in xfs_ag_shrink_space() 791 	error = xfs_alloc_read_agf(mp, *tpp, agno, 0, &agfbp);  in xfs_ag_shrink_space() 809 	error = xfs_ialloc_check_shrink(*tpp, agno, agibp, aglen - delta);  in xfs_ag_shrink_space() 831 		xfs_trans_bhold(*tpp, agfbp);  in xfs_ag_shrink_space() 832 		err2 = xfs_trans_roll(tpp);  in xfs_ag_shrink_space() 835 		xfs_trans_bjoin(*tpp, agfbp);  in xfs_ag_shrink_space() 846 	err2 = xfs_ag_resv_init(agibp->b_pag, *tpp);  in xfs_ag_shrink_space() 853 		__xfs_bmap_add_free(*tpp, args.fsbno, delta, NULL, true);  in xfs_ag_shrink_space() [all …] 
 | 
| D | xfs_bmap_btree.c | 41 	__be64			*tpp;  in xfs_bmdr_to_bmbt()  local 53 	tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen);  in xfs_bmdr_to_bmbt() 56 	memcpy(tpp, fpp, sizeof(*fpp) * dmxr);  in xfs_bmdr_to_bmbt() 137 	__be64			*tpp;  in xfs_bmbt_to_bmdr()  local 156 	tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr);  in xfs_bmbt_to_bmdr() 159 	memcpy(tpp, fpp, sizeof(*fpp) * dmxr);  in xfs_bmbt_to_bmdr()
  | 
| D | xfs_ialloc.c | 1544 	struct xfs_trans	**tpp,  in xfs_dialloc_roll()  argument 1547 	struct xfs_trans	*tp = *tpp;  in xfs_dialloc_roll() 1576 	*tpp = tp;  in xfs_dialloc_roll() 1668 	struct xfs_trans	**tpp,  in xfs_dialloc_try_ag()  argument 1682 	error = xfs_ialloc_read_agi(pag->pag_mount, *tpp, pag->pag_agno, &agbp);  in xfs_dialloc_try_ag() 1692 		error = xfs_ialloc_ag_alloc(*tpp, agbp, pag);  in xfs_dialloc_try_ag() 1702 		error = xfs_dialloc_roll(tpp, agbp);  in xfs_dialloc_try_ag() 1708 	error = xfs_dialloc_ag(*tpp, agbp, pag, parent, &ino);  in xfs_dialloc_try_ag() 1714 	xfs_trans_brelse(*tpp, agbp);  in xfs_dialloc_try_ag() 1728 	struct xfs_trans	**tpp,  in xfs_dialloc()  argument [all …] 
 | 
| D | xfs_ialloc.h | 39 int xfs_dialloc(struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode,
  | 
| D | xfs_ag.h | 163 int xfs_ag_shrink_space(struct xfs_mount *mp, struct xfs_trans **tpp,
  | 
| /Linux-v5.15/fs/xfs/ | 
| D | xfs_trans.c | 254 	struct xfs_trans	**tpp)  in xfs_trans_alloc()  argument 309 	*tpp = tp;  in xfs_trans_alloc() 332 	struct xfs_trans		**tpp)  in xfs_trans_alloc_empty()  argument 336 	return xfs_trans_alloc(mp, &resv, 0, 0, XFS_TRANS_NO_WRITECOUNT, tpp);  in xfs_trans_alloc_empty() 986 	struct xfs_trans	**tpp)  in xfs_trans_roll()  argument 988 	struct xfs_trans	*trans = *tpp;  in xfs_trans_roll() 1000 	*tpp = xfs_trans_dup(trans);  in xfs_trans_roll() 1022 	return xfs_trans_reserve(*tpp, &tres, 0, 0);  in xfs_trans_roll() 1039 	struct xfs_trans	**tpp)  in xfs_trans_alloc_inode()  argument 1074 	*tpp = tp;  in xfs_trans_alloc_inode() [all …] 
 | 
| D | xfs_trans.h | 168 			struct xfs_trans **tpp); 170 			struct xfs_trans **tpp); 260 		struct xfs_trans **tpp); 264 		struct xfs_trans **tpp); 267 		struct xfs_trans **tpp);
  | 
| D | xfs_reflink.h | 34 		struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, 47 		struct xfs_trans **tpp);
  | 
| D | xfs_reflink.c | 447 	struct xfs_trans		**tpp,  in xfs_reflink_cancel_cow_blocks()  argument 481 			ASSERT((*tpp)->t_firstblock == NULLFSBLOCK);  in xfs_reflink_cancel_cow_blocks() 484 			xfs_refcount_free_cow_extent(*tpp, del.br_startblock,  in xfs_reflink_cancel_cow_blocks() 487 			xfs_bmap_add_free(*tpp, del.br_startblock,  in xfs_reflink_cancel_cow_blocks() 491 			error = xfs_defer_finish(tpp);  in xfs_reflink_cancel_cow_blocks() 1437 	struct xfs_trans	**tpp)  in xfs_reflink_clear_inode_flag()  argument 1444 	error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag);  in xfs_reflink_clear_inode_flag() 1452 	error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF,  in xfs_reflink_clear_inode_flag() 1461 	xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE);  in xfs_reflink_clear_inode_flag()
  | 
| D | xfs_bmap_util.c | 1358 	struct xfs_trans		**tpp,  in xfs_swap_extent_rmap()  argument 1362 	struct xfs_trans		*tp = *tpp;  in xfs_swap_extent_rmap() 1453 			error = xfs_defer_finish(tpp);  in xfs_swap_extent_rmap() 1454 			tp = *tpp;  in xfs_swap_extent_rmap() 1586 	struct xfs_trans	**tpp,  in xfs_swap_change_owner()  argument 1591 	struct xfs_trans	*tp = *tpp;  in xfs_swap_change_owner() 1600 		error = xfs_trans_roll(tpp);  in xfs_swap_change_owner() 1603 		tp = *tpp;  in xfs_swap_change_owner()
  | 
| D | xfs_dquot.c | 292 	struct xfs_trans	**tpp,  in xfs_dquot_disk_alloc()  argument 297 	struct xfs_trans	*tp = *tpp;  in xfs_dquot_disk_alloc() 376 	error = xfs_defer_finish(tpp);  in xfs_dquot_disk_alloc() 378 		xfs_trans_bhold_release(*tpp, bp);  in xfs_dquot_disk_alloc() 379 		xfs_trans_brelse(*tpp, bp);  in xfs_dquot_disk_alloc()
  | 
| D | xfs_inode.h | 457 	struct xfs_trans	**tpp,  in xfs_itruncate_extents()  argument 462 	return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0);  in xfs_itruncate_extents()
  | 
| D | xfs_inode.c | 1359 	struct xfs_trans	**tpp,  in xfs_itruncate_extents_flags()  argument 1366 	struct xfs_trans	*tp = *tpp;  in xfs_itruncate_extents_flags() 1433 	*tpp = tp;  in xfs_itruncate_extents_flags()
  | 
| /Linux-v5.15/Documentation/translations/zh_CN/process/ | 
| D | howto.rst | 112         https://www.ozlabs.org/~akpm/stuff/tpp.txt 475   	 https://www.ozlabs.org/~akpm/stuff/tpp.txt
  | 
| D | submitting-patches.rst | 651 Andrew Morton, "The perfect patch" (tpp). 652   <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
  | 
| /Linux-v5.15/Documentation/translations/ko_KR/ | 
| D | howto.rst | 143         https://www.ozlabs.org/~akpm/stuff/tpp.txt 594     https://www.ozlabs.org/~akpm/stuff/tpp.txt
  | 
| /Linux-v5.15/Documentation/translations/zh_TW/process/ | 
| D | howto.rst | 115         https://www.ozlabs.org/~akpm/stuff/tpp.txt 478   	 https://www.ozlabs.org/~akpm/stuff/tpp.txt
  | 
| D | submitting-patches.rst | 654 Andrew Morton, "The perfect patch" (tpp). 655   <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
  | 
| /Linux-v5.15/Documentation/translations/ja_JP/ | 
| D | howto.rst | 148 		http://www.ozlabs.org/~akpm/stuff/tpp.txt 626       http://www.ozlabs.org/~akpm/stuff/tpp.txt
  | 
| D | SubmittingPatches | 692 Andrew Morton, "The perfect patch" (tpp). 693   <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
  | 
| /Linux-v5.15/drivers/gpu/drm/radeon/ | 
| D | nislands_smc.h | 208     uint32_t    tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES];  member
  | 
| /Linux-v5.15/net/sctp/ | 
| D | input.c | 476 			     struct sctp_transport **tpp)  in sctp_err_lookup()  argument 487 	*app = NULL; *tpp = NULL;  in sctp_err_lookup() 543 	*tpp = transport;  in sctp_err_lookup()
  | 
| /Linux-v5.15/net/xfrm/ | 
| D | xfrm_policy.c | 2424 	struct xfrm_state **tpp = (npols > 1) ? tp : xfrm;  in xfrm_tmpl_resolve()  local 2436 		ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);  in xfrm_tmpl_resolve() 2446 		xfrm_state_sort(xfrm, tpp, cnx, family);  in xfrm_tmpl_resolve() 2452 		xfrm_state_put(tpp[cnx]);  in xfrm_tmpl_resolve() 3590 		struct xfrm_tmpl **tpp = tp;  in __xfrm_policy_check()  local 3609 				tpp[ti++] = &pols[pi]->xfrm_vec[i];  in __xfrm_policy_check() 3619 			xfrm_tmpl_sort(stp, tpp, xfrm_nr, family);  in __xfrm_policy_check() 3620 			tpp = stp;  in __xfrm_policy_check() 3630 			k = xfrm_policy_ok(tpp[i], sp, k, family);  in __xfrm_policy_check()
  |