/linux/fs/xfs/libxfs/ |
A D | xfs_defer.c | 319 struct xfs_trans **tpp) in xfs_defer_trans_roll() argument 324 error = xfs_defer_save_resources(&dres, *tpp); in xfs_defer_trans_roll() 328 trace_xfs_defer_trans_roll(*tpp, _RET_IP_); in xfs_defer_trans_roll() 337 error = xfs_trans_roll(tpp); in xfs_defer_trans_roll() 339 xfs_defer_restore_resources(*tpp, &dres); in xfs_defer_trans_roll() 342 trace_xfs_defer_trans_roll_error(*tpp, error); in xfs_defer_trans_roll() 385 struct xfs_trans **tpp, in xfs_defer_relog() argument 388 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog() 421 XFS_STATS_INC((*tpp)->t_mountp, defer_relog); in xfs_defer_relog() 425 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog() [all …]
|
A 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()
|
A D | xfs_ag.c | 766 struct xfs_trans **tpp, in xfs_ag_shrink_space() argument 771 .tp = *tpp, in xfs_ag_shrink_space() 787 error = xfs_ialloc_read_agi(mp, *tpp, agno, &agibp); in xfs_ag_shrink_space() 833 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space() 834 err2 = xfs_trans_roll(tpp); in xfs_ag_shrink_space() 837 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space() 848 err2 = xfs_ag_resv_init(agibp->b_pag, *tpp); in xfs_ag_shrink_space() 862 error = xfs_defer_finish(tpp); in xfs_ag_shrink_space() 869 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space() 870 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space() [all …]
|
A D | xfs_bmap_btree.c | 43 __be64 *tpp; in xfs_bmdr_to_bmbt() local 55 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen); in xfs_bmdr_to_bmbt() 58 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmdr_to_bmbt() 139 __be64 *tpp; in xfs_bmbt_to_bmdr() local 158 tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr); in xfs_bmbt_to_bmdr() 161 memcpy(tpp, fpp, sizeof(*fpp) * dmxr); in xfs_bmbt_to_bmdr()
|
A 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 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 1733 struct xfs_mount *mp = (*tpp)->t_mountp; in xfs_dialloc() [all …]
|
A D | xfs_ialloc.h | 39 int xfs_dialloc(struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode,
|
A D | xfs_ag.h | 171 int xfs_ag_shrink_space(struct xfs_mount *mp, struct xfs_trans **tpp,
|
/linux/fs/xfs/ |
A 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 986 struct xfs_trans **tpp) in xfs_trans_roll() argument 1000 *tpp = xfs_trans_dup(trans); in xfs_trans_roll() 1039 struct xfs_trans **tpp) in xfs_trans_alloc_inode() argument 1074 *tpp = tp; in xfs_trans_alloc_inode() 1095 struct xfs_trans **tpp) in xfs_trans_alloc_icreate() argument 1118 *tpp = tp; in xfs_trans_alloc_icreate() 1138 struct xfs_trans **tpp) in xfs_trans_alloc_ichange() argument [all …]
|
A D | xfs_trans.h | 162 struct xfs_trans **tpp); 164 struct xfs_trans **tpp); 254 struct xfs_trans **tpp); 258 struct xfs_trans **tpp); 261 struct xfs_trans **tpp);
|
A 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_free_extent_later(*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()
|
A D | xfs_reflink.h | 34 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, 47 struct xfs_trans **tpp);
|
A 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()
|
A 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()
|
A D | xfs_inode.h | 456 struct xfs_trans **tpp, in xfs_itruncate_extents() argument 461 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0); in xfs_itruncate_extents()
|
A D | xfs_inode.c | 1353 struct xfs_trans **tpp, in xfs_itruncate_extents_flags() argument 1360 struct xfs_trans *tp = *tpp; in xfs_itruncate_extents_flags() 1427 *tpp = tp; in xfs_itruncate_extents_flags()
|
/linux/Documentation/translations/zh_CN/process/ |
A D | howto.rst | 112 https://www.ozlabs.org/~akpm/stuff/tpp.txt 475 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
A D | submitting-patches.rst | 651 Andrew Morton, "The perfect patch" (tpp). 652 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux/Documentation/translations/ko_KR/ |
A D | howto.rst | 143 https://www.ozlabs.org/~akpm/stuff/tpp.txt 594 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
/linux/Documentation/translations/zh_TW/process/ |
A D | howto.rst | 115 https://www.ozlabs.org/~akpm/stuff/tpp.txt 478 https://www.ozlabs.org/~akpm/stuff/tpp.txt
|
A D | submitting-patches.rst | 654 Andrew Morton, "The perfect patch" (tpp). 655 <https://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux/Documentation/translations/ja_JP/ |
A D | howto.rst | 148 http://www.ozlabs.org/~akpm/stuff/tpp.txt 626 http://www.ozlabs.org/~akpm/stuff/tpp.txt
|
A D | SubmittingPatches | 692 Andrew Morton, "The perfect patch" (tpp). 693 <http://www.ozlabs.org/~akpm/stuff/tpp.txt>
|
/linux/drivers/gpu/drm/radeon/ |
A D | nislands_smc.h | 208 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member
|
/linux/net/sctp/ |
A 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/net/xfrm/ |
A 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() 3588 struct xfrm_tmpl **tpp = tp; in __xfrm_policy_check() local 3607 tpp[ti++] = &pols[pi]->xfrm_vec[i]; in __xfrm_policy_check() 3617 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family); in __xfrm_policy_check() 3618 tpp = stp; in __xfrm_policy_check() 3628 k = xfrm_policy_ok(tpp[i], sp, k, family); in __xfrm_policy_check()
|