Searched refs:tpp (Results 1 - 21 of 21) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_inode.c118 struct xfs_trans **tpp,
123 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE);
124 error = xfs_trans_roll(tpp);
126 xfs_trans_ijoin(*tpp, ip, 0);
117 xfs_trans_roll_inode( struct xfs_trans **tpp, struct xfs_inode *ip) argument
H A Dxfs_defer.c459 struct xfs_trans **tpp)
464 error = xfs_defer_save_resources(&dres, *tpp);
468 trace_xfs_defer_trans_roll(*tpp, _RET_IP_);
474 * return with the held resources joined to @tpp, no matter what
477 error = xfs_trans_roll(tpp);
479 xfs_defer_restore_resources(*tpp, &dres);
482 trace_xfs_defer_trans_roll_error(*tpp, error);
530 struct xfs_trans **tpp,
533 struct xlog *log = (*tpp)->t_mountp->m_log;
538 ASSERT((*tpp)
458 xfs_defer_trans_roll( struct xfs_trans **tpp) argument
529 xfs_defer_relog( struct xfs_trans **tpp, struct list_head *dfops) argument
[all...]
H A Dxfs_ag.c913 struct xfs_trans **tpp,
918 .tp = *tpp,
934 error = xfs_ialloc_read_agi(pag, *tpp, &agibp);
940 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp);
958 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta);
988 xfs_trans_bhold(*tpp, agfbp);
989 xfs_trans_bhold(*tpp, agibp);
990 err2 = xfs_trans_roll(tpp);
993 xfs_trans_bjoin(*tpp, agfbp);
994 xfs_trans_bjoin(*tpp, agib
911 xfs_ag_shrink_space( struct xfs_perag *pag, struct xfs_trans **tpp, xfs_extlen_t delta) argument
[all...]
H A Dxfs_bmap_btree.c61 __be64 *tpp; local
71 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen);
74 memcpy(tpp, fpp, sizeof(*fpp) * dmxr);
155 __be64 *tpp; local
174 tpp = XFS_BMDR_PTR_ADDR(dblock, 1, dmxr);
177 memcpy(tpp, fpp, sizeof(*fpp) * dmxr);
H A Dxfs_ialloc.h40 int xfs_dialloc(struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode,
H A Dxfs_ialloc.c1646 struct xfs_trans **tpp,
1649 struct xfs_trans *tp = *tpp;
1678 *tpp = tp;
1758 struct xfs_trans **tpp,
1771 error = xfs_ialloc_read_agi(pag, *tpp, &agbp);
1781 error = xfs_ialloc_ag_alloc(pag, *tpp, agbp);
1791 error = xfs_dialloc_roll(tpp, agbp);
1797 error = xfs_dialloc_ag(pag, *tpp, agbp, parent, &ino);
1803 xfs_trans_brelse(*tpp, agbp);
1817 struct xfs_trans **tpp,
1645 xfs_dialloc_roll( struct xfs_trans **tpp, struct xfs_buf *agibp) argument
1756 xfs_dialloc_try_ag( struct xfs_perag *pag, struct xfs_trans **tpp, xfs_ino_t parent, xfs_ino_t *new_ino, bool ok_alloc) argument
1816 xfs_dialloc( struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode, xfs_ino_t *new_ino) argument
[all...]
H A Dxfs_bmap.h276 int xfs_bunmapi_range(struct xfs_trans **tpp, struct xfs_inode *ip,
H A Dxfs_ag.h342 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
H A Dxfs_bmap.c6335 struct xfs_trans **tpp,
6347 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER);
6348 error = __xfs_bunmapi(*tpp, ip, startoff, &unmap_len, flags,
6354 error = xfs_defer_finish(tpp);
6334 xfs_bunmapi_range( struct xfs_trans **tpp, struct xfs_inode *ip, uint32_t flags, xfs_fileoff_t startoff, xfs_fileoff_t endoff) argument
/linux-master/fs/xfs/
H A Dxfs_reflink.h31 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
44 struct xfs_trans **tpp);
H A Dxfs_trans.h166 struct xfs_trans **tpp);
170 struct xfs_trans **tpp);
253 struct xfs_trans **tpp);
259 struct xfs_trans **tpp);
262 struct xfs_trans **tpp);
265 struct xfs_trans **tpp, int *nospace_error);
H A Dxfs_trans.c250 struct xfs_trans **tpp)
307 *tpp = tp;
330 struct xfs_trans **tpp)
334 return xfs_trans_alloc(mp, &resv, 0, 0, XFS_TRANS_NO_WRITECOUNT, tpp);
1142 struct xfs_trans **tpp)
1144 struct xfs_trans *trans = *tpp;
1156 *tpp = xfs_trans_dup(trans);
1178 return xfs_trans_reserve(*tpp, &tres, 0, 0);
1195 struct xfs_trans **tpp)
1230 *tpp
244 xfs_trans_alloc( struct xfs_mount *mp, struct xfs_trans_res *resp, uint blocks, uint rtextents, uint flags, struct xfs_trans **tpp) argument
328 xfs_trans_alloc_empty( struct xfs_mount *mp, struct xfs_trans **tpp) argument
1141 xfs_trans_roll( struct xfs_trans **tpp) argument
1189 xfs_trans_alloc_inode( struct xfs_inode *ip, struct xfs_trans_res *resv, unsigned int dblocks, unsigned int rblocks, bool force, struct xfs_trans **tpp) argument
1306 xfs_trans_alloc_icreate( struct xfs_mount *mp, struct xfs_trans_res *resv, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, unsigned int dblocks, struct xfs_trans **tpp) argument
1350 xfs_trans_alloc_ichange( struct xfs_inode *ip, struct xfs_dquot *new_udqp, struct xfs_dquot *new_gdqp, struct xfs_dquot *new_pdqp, bool force, struct xfs_trans **tpp) argument
1435 xfs_trans_alloc_dir( struct xfs_inode *dp, struct xfs_trans_res *resv, struct xfs_inode *ip, unsigned int *dblocks, struct xfs_trans **tpp, int *nospace_error) argument
[all...]
H A Dxfs_reflink.c580 struct xfs_trans **tpp,
614 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER);
617 xfs_refcount_free_cow_extent(*tpp, del.br_startblock,
620 error = xfs_free_extent_later(*tpp, del.br_startblock,
627 error = xfs_defer_finish(tpp);
1620 struct xfs_trans **tpp)
1627 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag);
1635 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF,
1644 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE);
578 xfs_reflink_cancel_cow_blocks( struct xfs_inode *ip, struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, xfs_fileoff_t end_fsb, bool cancel_real) argument
1618 xfs_reflink_clear_inode_flag( struct xfs_inode *ip, struct xfs_trans **tpp) argument
H A Dxfs_bmap_util.c1218 struct xfs_trans **tpp,
1222 struct xfs_trans *tp = *tpp;
1319 error = xfs_defer_finish(tpp);
1320 tp = *tpp;
1452 struct xfs_trans **tpp,
1457 struct xfs_trans *tp = *tpp;
1466 error = xfs_trans_roll(tpp);
1469 tp = *tpp;
1217 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) argument
1451 xfs_swap_change_owner( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tmpip) argument
H A Dxfs_inode.h560 struct xfs_trans **tpp,
565 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0);
559 xfs_itruncate_extents( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size) argument
H A Dxfs_inode.c1407 struct xfs_trans **tpp,
1414 struct xfs_trans *tp = *tpp;
1471 *tpp = tp;
1406 xfs_itruncate_extents_flags( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size, int flags) argument
/linux-master/fs/xfs/scrub/
H A Drepair.h145 struct xfs_trans **tpp);
H A Drepair.c1178 struct xfs_trans **tpp)
1185 error = xfs_trans_alloc_empty(mp, tpp);
1175 xrep_trans_alloc_hook_dummy( struct xfs_mount *mp, void **cookiep, struct xfs_trans **tpp) argument
/linux-master/drivers/gpu/drm/radeon/
H A Dnislands_smc.h198 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member in struct:SMC_NISLANDS_MC_TPP_CAC_TABLE
/linux-master/net/sctp/
H A Dinput.c463 struct sctp_transport **tpp)
476 *app = NULL; *tpp = NULL;
532 *tpp = transport;
460 sctp_err_lookup(struct net *net, int family, struct sk_buff *skb, struct sctphdr *sctphdr, struct sctp_association **app, struct sctp_transport **tpp) argument
/linux-master/net/xfrm/
H A Dxfrm_policy.c2523 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; local
2535 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);
2545 xfrm_state_sort(xfrm, tpp, cnx, family);
2551 xfrm_state_put(tpp[cnx]);
3755 struct xfrm_tmpl **tpp = tp; local
3774 tpp[ti++] = &pols[pi]->xfrm_vec[i];
3779 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family);
3780 tpp = stp;
3793 k = xfrm_policy_ok(tpp[i], sp, k, family, if_id);

Completed in 279 milliseconds