Home
last modified time | relevance | path

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

12

/linux/fs/xfs/libxfs/
A Dxfs_trans_inode.c120 struct xfs_trans **tpp, in xfs_trans_roll_inode() argument
125 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_trans_roll_inode()
126 error = xfs_trans_roll(tpp); in xfs_trans_roll_inode()
128 xfs_trans_ijoin(*tpp, ip, 0); in xfs_trans_roll_inode()
A Dxfs_ag.c818 struct xfs_trans **tpp, in xfs_ag_shrink_space() argument
823 .tp = *tpp, in xfs_ag_shrink_space()
891 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space()
892 xfs_trans_bhold(*tpp, agibp); in xfs_ag_shrink_space()
893 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space()
896 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space()
897 xfs_trans_bjoin(*tpp, agibp); in xfs_ag_shrink_space()
908 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()
925 error = xfs_defer_finish(tpp); in xfs_ag_shrink_space()
939 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space()
[all …]
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()
568 XFS_STATS_INC((*tpp)->t_mountp, defer_relog); in xfs_defer_relog()
[all …]
A Dxfs_bmap_btree.c61 __be64 *tpp; in xfs_bmdr_to_bmbt() local
71 tpp = xfs_bmap_broot_ptr_addr(mp, rblock, 1, rblocklen); in xfs_bmdr_to_bmbt()
74 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmdr_to_bmbt()
155 __be64 *tpp; in xfs_bmbt_to_bmdr() local
174 tpp = xfs_bmdr_ptr_addr(dblock, 1, dmxr); in xfs_bmbt_to_bmdr()
177 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmbt_to_bmdr()
A Dxfs_ialloc.c1686 struct xfs_trans **tpp, in xfs_dialloc_roll() argument
1689 struct xfs_trans *tp = *tpp; in xfs_dialloc_roll()
1718 *tpp = tp; in xfs_dialloc_roll()
1798 struct xfs_trans **tpp, in xfs_dialloc_try_ag() argument
1811 error = xfs_ialloc_read_agi(pag, *tpp, 0, &agbp); in xfs_dialloc_try_ag()
1821 error = xfs_ialloc_ag_alloc(pag, *tpp, agbp); in xfs_dialloc_try_ag()
1831 error = xfs_dialloc_roll(tpp, agbp); in xfs_dialloc_try_ag()
1843 xfs_trans_brelse(*tpp, agbp); in xfs_dialloc_try_ag()
1857 struct xfs_trans **tpp, in xfs_dialloc() argument
1861 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc()
[all …]
A Dxfs_ialloc.h42 int xfs_dialloc(struct xfs_trans **tpp, const struct xfs_icreate_args *args,
A Dxfs_ag.h329 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
A Dxfs_bmap.h283 int xfs_bunmapi_range(struct xfs_trans **tpp, struct xfs_inode *ip,
/linux/fs/xfs/
A Dxfs_trans.h168 struct xfs_trans **tpp);
172 struct xfs_trans **tpp);
254 struct xfs_trans **tpp);
260 struct xfs_trans **tpp);
263 struct xfs_trans **tpp);
266 struct xfs_trans **tpp, int *nospace_error);
A Dxfs_trans.c250 struct xfs_trans **tpp) in xfs_trans_alloc() argument
307 *tpp = tp; in xfs_trans_alloc()
330 struct xfs_trans **tpp) in xfs_trans_alloc_empty() argument
1016 struct xfs_trans **tpp) in xfs_trans_roll() argument
1069 struct xfs_trans **tpp) in xfs_trans_alloc_inode() argument
1104 *tpp = tp; in xfs_trans_alloc_inode()
1187 struct xfs_trans **tpp) in xfs_trans_alloc_icreate() argument
1210 *tpp = tp; in xfs_trans_alloc_icreate()
1230 struct xfs_trans **tpp) in xfs_trans_alloc_ichange() argument
1289 *tpp = tp; in xfs_trans_alloc_ichange()
[all …]
A Dxfs_reflink.h40 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
53 struct xfs_trans **tpp);
A Dxfs_reflink.c566 struct xfs_trans **tpp, in xfs_reflink_cancel_cow_blocks() argument
598 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER); in xfs_reflink_cancel_cow_blocks()
601 xfs_refcount_free_cow_extent(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks()
604 error = xfs_free_extent_later(*tpp, del.br_startblock, in xfs_reflink_cancel_cow_blocks()
611 error = xfs_defer_finish(tpp); in xfs_reflink_cancel_cow_blocks()
1591 struct xfs_trans **tpp) in xfs_reflink_clear_inode_flag() argument
1601 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag); in xfs_reflink_clear_inode_flag()
1609 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF, in xfs_reflink_clear_inode_flag()
1618 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE); in xfs_reflink_clear_inode_flag()
A Dxfs_bmap_util.c1232 struct xfs_trans **tpp, in xfs_swap_extent_rmap() argument
1236 struct xfs_trans *tp = *tpp; in xfs_swap_extent_rmap()
1327 error = xfs_defer_finish(tpp); in xfs_swap_extent_rmap()
1328 tp = *tpp; in xfs_swap_extent_rmap()
1460 struct xfs_trans **tpp, in xfs_swap_change_owner() argument
1465 struct xfs_trans *tp = *tpp; in xfs_swap_change_owner()
1474 error = xfs_trans_roll(tpp); in xfs_swap_change_owner()
1477 tp = *tpp; in xfs_swap_change_owner()
A Dxfs_inode.h564 struct xfs_trans **tpp, in xfs_itruncate_extents() argument
569 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0); in xfs_itruncate_extents()
/linux/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/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,“完美的補丁”(tpp
629 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/Documentation/translations/ja_JP/process/
A Dhowto.rst153 https://www.ozlabs.org/~akpm/stuff/tpp.txt
620 https://www.ozlabs.org/~akpm/stuff/tpp.txt
/linux/Documentation/translations/ko_KR/process/
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/
A DSubmittingPatches693 Andrew Morton, "The perfect patch" (tpp).
694 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
/linux/fs/xfs/scrub/
A Drepair.h158 struct xfs_trans **tpp);
A Drepair.c1152 struct xfs_trans **tpp) in xrep_trans_alloc_hook_dummy() argument
1159 error = xfs_trans_alloc_empty(mp, tpp); in xrep_trans_alloc_hook_dummy()
/linux/drivers/gpu/drm/radeon/
A Dnislands_smc.h198 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member
/linux/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()

Completed in 58 milliseconds

12