Home
last modified time | relevance | path

Searched refs:tpp (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_defer.c348 struct xfs_trans **tpp) in xfs_defer_trans_roll() argument
353 error = xfs_defer_save_resources(&dres, *tpp); in xfs_defer_trans_roll()
357 trace_xfs_defer_trans_roll(*tpp, _RET_IP_); in xfs_defer_trans_roll()
366 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll()
368 xfs_defer_restore_resources(*tpp, &dres); in xfs_defer_trans_roll()
371 trace_xfs_defer_trans_roll_error(*tpp, error); in xfs_defer_trans_roll()
414 struct xfs_trans **tpp, in xfs_defer_relog() argument
417 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
450 XFS_STATS_INC((*tpp)->t_mountp, defer_relog); in xfs_defer_relog()
454 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
[all …]
A Dxfs_trans_inode.c215 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()
A Dxfs_ag.c883 struct xfs_trans **tpp, in xfs_ag_shrink_space() argument
888 .tp = *tpp, in xfs_ag_shrink_space()
904 error = xfs_ialloc_read_agi(pag, *tpp, &agibp); in xfs_ag_shrink_space()
949 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space()
950 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space()
953 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space()
964 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()
978 error = xfs_defer_finish(tpp); in xfs_ag_shrink_space()
985 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space()
986 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space()
[all …]
A Dxfs_bmap_btree.c44 __be64 *tpp; in xfs_bmdr_to_bmbt() local
56 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen); in xfs_bmdr_to_bmbt()
59 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmdr_to_bmbt()
140 __be64 *tpp; in xfs_bmbt_to_bmdr() local
159 tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr); in xfs_bmbt_to_bmdr()
162 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmbt_to_bmdr()
A Dxfs_ialloc.c1539 struct xfs_trans **tpp, in xfs_dialloc_roll() argument
1542 struct xfs_trans *tp = *tpp; in xfs_dialloc_roll()
1571 *tpp = tp; in xfs_dialloc_roll()
1651 struct xfs_trans **tpp, in xfs_dialloc_try_ag() argument
1664 error = xfs_ialloc_read_agi(pag, *tpp, &agbp); in xfs_dialloc_try_ag()
1674 error = xfs_ialloc_ag_alloc(pag, *tpp, agbp); in xfs_dialloc_try_ag()
1684 error = xfs_dialloc_roll(tpp, agbp); in xfs_dialloc_try_ag()
1696 xfs_trans_brelse(*tpp, agbp); in xfs_dialloc_try_ag()
1710 struct xfs_trans **tpp, in xfs_dialloc() argument
1715 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc()
[all …]
A Dxfs_ialloc.h40 int xfs_dialloc(struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode,
A Dxfs_ag.h317 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.h170 struct xfs_trans **tpp);
172 struct xfs_trans **tpp);
262 struct xfs_trans **tpp);
266 struct xfs_trans **tpp);
269 struct xfs_trans **tpp);
272 struct xfs_trans **tpp, int *nospace_error);
A Dxfs_trans.c249 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
1130 struct xfs_trans **tpp) in xfs_trans_roll() argument
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()
[all …]
A Dxfs_reflink.h31 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
44 struct xfs_trans **tpp);
A Dxfs_reflink.c579 struct xfs_trans **tpp, in xfs_reflink_cancel_cow_blocks() argument
613 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
616 xfs_refcount_free_cow_extent(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks()
619 xfs_free_extent_later(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks()
623 error = xfs_defer_finish(tpp); in xfs_reflink_cancel_cow_blocks()
1608 struct xfs_trans **tpp) in xfs_reflink_clear_inode_flag() argument
1615 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag); in xfs_reflink_clear_inode_flag()
1623 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF, in xfs_reflink_clear_inode_flag()
1632 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_reflink_clear_inode_flag()
A Dxfs_bmap_util.c1367 struct xfs_trans **tpp, in xfs_swap_extent_rmap() argument
1371 struct xfs_trans *tp = *tpp; in xfs_swap_extent_rmap()
1468 error = xfs_defer_finish(tpp); in xfs_swap_extent_rmap()
1469 tp = *tpp; in xfs_swap_extent_rmap()
1601 struct xfs_trans **tpp, in xfs_swap_change_owner() argument
1606 struct xfs_trans *tp = *tpp; in xfs_swap_change_owner()
1615 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
1618 tp = *tpp; in xfs_swap_change_owner()
A Dxfs_inode.h525 struct xfs_trans **tpp, in xfs_itruncate_extents() argument
530 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0); in xfs_itruncate_extents()
A Dxfs_inode.c1327 struct xfs_trans **tpp, in xfs_itruncate_extents_flags() argument
1334 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags()
1401 *tpp = tp; in xfs_itruncate_extents_flags()
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dhowto.rst111 https://www.ozlabs.org/~akpm/stuff/tpp.txt
474 https://www.ozlabs.org/~akpm/stuff/tpp.txt
A Dsubmitting-patches.rst627 Andrew Morton,“完美的补丁”(tpp
628 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dhowto.rst114 https://www.ozlabs.org/~akpm/stuff/tpp.txt
477 https://www.ozlabs.org/~akpm/stuff/tpp.txt
A Dsubmitting-patches.rst628 Andrew Morton, "The perfect patch" (tpp).
629 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-6.3-rc2/Documentation/translations/ja_JP/
A Dhowto.rst153 https://www.ozlabs.org/~akpm/stuff/tpp.txt
620 https://www.ozlabs.org/~akpm/stuff/tpp.txt
A DSubmittingPatches693 Andrew Morton, "The perfect patch" (tpp).
694 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux-6.3-rc2/Documentation/translations/ko_KR/
A Dhowto.rst143 https://www.ozlabs.org/~akpm/stuff/tpp.txt
594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dnislands_smc.h208 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member
/linux-6.3-rc2/net/sctp/
A Dinput.c463 struct sctp_transport **tpp) in sctp_err_lookup() argument
476 *app = NULL; *tpp = NULL; in sctp_err_lookup()
532 *tpp = transport; in sctp_err_lookup()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_policy.c2500 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() local
2512 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve()
2522 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve()
2528 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve()
3692 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local
3711 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()
3722 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family); in __xfrm_policy_check()
3723 tpp = stp; in __xfrm_policy_check()
3733 k = xfrm_policy_ok(tpp[i], sp, k, family); in __xfrm_policy_check()
/linux-6.3-rc2/Documentation/translations/it_IT/process/
A Dhowto.rst128 https://www.ozlabs.org/~akpm/stuff/tpp.txt
619 http://www.ozlabs.org/~akpm/stuff/tpp.txt

Completed in 49 milliseconds

12