Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_defer.c461 struct xfs_trans **tpp) in xfs_defer_trans_roll() argument
466 error = xfs_defer_save_resources(&dres, *tpp); in xfs_defer_trans_roll()
470 trace_xfs_defer_trans_roll(*tpp, _RET_IP_); in xfs_defer_trans_roll()
479 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll()
481 xfs_defer_restore_resources(*tpp, &dres); in xfs_defer_trans_roll()
484 trace_xfs_defer_trans_roll_error(*tpp, error); in xfs_defer_trans_roll()
532 struct xfs_trans **tpp, in xfs_defer_relog() argument
535 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
540 ASSERT((*tpp)->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_defer_relog()
567 trace_xfs_defer_relog_intent((*tpp)->t_mountp, dfp); in xfs_defer_relog()
[all …]
H A Dxfs_rtrefcount_btree.c595 __be64 *tpp; in xfs_rtrefcountbt_from_disk() local
615 tpp = xfs_rtrefcount_broot_ptr_addr(mp, rblock, 1, rblocklen); in xfs_rtrefcountbt_from_disk()
618 memcpy(tpp, fpp, sizeof(*fpp) * numrecs); in xfs_rtrefcountbt_from_disk()
681 __be64 *tpp; in xfs_rtrefcountbt_to_disk() local
701 tpp = xfs_rtrefcount_droot_ptr_addr(dblock, 1, maxrecs); in xfs_rtrefcountbt_to_disk()
704 memcpy(tpp, fpp, sizeof(*fpp) * numrecs); in xfs_rtrefcountbt_to_disk()
H A Dxfs_ialloc.h42 int xfs_dialloc(struct xfs_trans **tpp, const struct xfs_icreate_args *args,
/linux/fs/xfs/
H A Dxfs_reflink.h42 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
57 struct xfs_trans **tpp);
H A Dxfs_reflink.c659 struct xfs_trans **tpp, in xfs_reflink_cancel_cow_blocks() argument
692 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
695 xfs_refcount_free_cow_extent(*tpp, isrt, in xfs_reflink_cancel_cow_blocks()
698 error = xfs_free_extent_later(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks()
706 error = xfs_defer_finish(tpp); in xfs_reflink_cancel_cow_blocks()
1826 struct xfs_trans **tpp) in xfs_reflink_clear_inode_flag() argument
1836 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag); in xfs_reflink_clear_inode_flag()
1844 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF, in xfs_reflink_clear_inode_flag()
1853 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_reflink_clear_inode_flag()
H A Dxfs_bmap_util.c1276 struct xfs_trans **tpp, in xfs_swap_extent_rmap() argument
1280 struct xfs_trans *tp = *tpp; in xfs_swap_extent_rmap()
1371 error = xfs_defer_finish(tpp); in xfs_swap_extent_rmap()
1372 tp = *tpp; in xfs_swap_extent_rmap()
1504 struct xfs_trans **tpp, in xfs_swap_change_owner() argument
1509 struct xfs_trans *tp = *tpp; in xfs_swap_change_owner()
1518 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
1521 tp = *tpp; in xfs_swap_change_owner()
H A Dxfs_inode.c1031 struct xfs_trans **tpp, in xfs_itruncate_extents_flags() argument
1038 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags()
1096 *tpp = tp; in xfs_itruncate_extents_flags()
/linux/Documentation/translations/zh_TW/process/
H A Dhowto.rst114 https://www.ozlabs.org/~akpm/stuff/tpp.txt
477 https://www.ozlabs.org/~akpm/stuff/tpp.txt
H A Dsubmitting-patches.rst628 Andrew Morton,“完美的補丁”(tpp
629 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/Documentation/translations/zh_CN/process/
H A Dhowto.rst111 https://www.ozlabs.org/~akpm/stuff/tpp.txt
474 https://www.ozlabs.org/~akpm/stuff/tpp.txt
H A Dsubmitting-patches.rst631 Andrew Morton,“完美的补丁”(tpp
632 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/Documentation/translations/ko_KR/process/
H A Dhowto.rst143 https://www.ozlabs.org/~akpm/stuff/tpp.txt
594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches719 Andrew Morton, "The perfect patch" (tpp).
720 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/drivers/gpu/drm/radeon/
H A Dnislands_smc.h198 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member
/linux/net/sctp/
H 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/net/xfrm/
H A Dxfrm_policy.c2555 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; in xfrm_tmpl_resolve() local
2567 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family); in xfrm_tmpl_resolve()
2577 xfrm_state_sort(xfrm, tpp, cnx, family); in xfrm_tmpl_resolve()
2583 xfrm_state_put(tpp[cnx]); in xfrm_tmpl_resolve()
3797 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local
3816 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check()
3821 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family); in __xfrm_policy_check()
3822 tpp = stp; in __xfrm_policy_check()
3841 k = xfrm_policy_ok(tpp[i], sp, k, family, if_id); in __xfrm_policy_check()
/linux/Documentation/process/
H A Dhowto.rst122 https://www.ozlabs.org/~akpm/stuff/tpp.txt
598 https://www.ozlabs.org/~akpm/stuff/tpp.txt
H A Dsubmitting-patches.rst920 Andrew Morton, "The perfect patch" (tpp).
921 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/Documentation/translations/sp_SP/process/
H A Dhowto.rst120 https://www.ozlabs.org/~akpm/stuff/tpp.txt
597 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst983 Andrew Morton, "La patch perfetta" (tpp).
984 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>