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_ag.c913 struct xfs_trans **tpp,
918 .tp = *tpp,
934 error = xfs_ialloc_read_agi(pag, *tpp, 0, &agibp);
940 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp);
958 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta);
986 xfs_trans_bhold(*tpp, agfbp);
987 xfs_trans_bhold(*tpp, agibp);
988 err2 = xfs_trans_roll(tpp);
991 xfs_trans_bjoin(*tpp, agfbp);
992 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_defer.c460 struct xfs_trans **tpp)
465 error = xfs_defer_save_resources(&dres, *tpp);
469 trace_xfs_defer_trans_roll(*tpp, _RET_IP_);
475 * return with the held resources joined to @tpp, no matter what
478 error = xfs_trans_roll(tpp);
480 xfs_defer_restore_resources(*tpp, &dres);
483 trace_xfs_defer_trans_roll_error(*tpp, error);
531 struct xfs_trans **tpp,
534 struct xlog *log = (*tpp)->t_mountp->m_log;
539 ASSERT((*tpp)
459 xfs_defer_trans_roll( struct xfs_trans **tpp) argument
530 xfs_defer_relog( struct xfs_trans **tpp, struct list_head *dfops) 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.c1686 struct xfs_trans **tpp,
1689 struct xfs_trans *tp = *tpp;
1718 *tpp = tp;
1798 struct xfs_trans **tpp,
1811 error = xfs_ialloc_read_agi(pag, *tpp, 0, &agbp);
1821 error = xfs_ialloc_ag_alloc(pag, *tpp, agbp);
1831 error = xfs_dialloc_roll(tpp, agbp);
1837 error = xfs_dialloc_ag(pag, *tpp, agbp, parent, &ino);
1843 xfs_trans_brelse(*tpp, agbp);
1857 struct xfs_trans **tpp,
1685 xfs_dialloc_roll( struct xfs_trans **tpp, struct xfs_buf *agibp) argument
1796 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
1856 xfs_dialloc( struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode, xfs_ino_t *new_ino) argument
[all...]
H A Dxfs_ag.h342 int xfs_ag_shrink_space(struct xfs_perag *pag, struct xfs_trans **tpp,
H A Dxfs_bmap.h283 int xfs_bunmapi_range(struct xfs_trans **tpp, struct xfs_inode *ip,
H A Dxfs_bmap.c6364 struct xfs_trans **tpp,
6376 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER);
6377 error = __xfs_bunmapi(*tpp, ip, startoff, &unmap_len, flags,
6383 error = xfs_defer_finish(tpp);
6363 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);
1145 struct xfs_trans **tpp)
1147 struct xfs_trans *trans = *tpp;
1159 *tpp = xfs_trans_dup(trans);
1181 return xfs_trans_reserve(*tpp, &tres, 0, 0);
1198 struct xfs_trans **tpp)
1233 *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
1144 xfs_trans_roll( struct xfs_trans **tpp) argument
1192 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
1309 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
1353 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
1440 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.c566 struct xfs_trans **tpp,
598 ASSERT((*tpp)->t_highest_agno == NULLAGNUMBER);
601 xfs_refcount_free_cow_extent(*tpp, del.br_startblock,
604 error = xfs_free_extent_later(*tpp, del.br_startblock,
611 error = xfs_defer_finish(tpp);
1590 struct xfs_trans **tpp)
1597 error = xfs_reflink_inode_has_shared_extents(*tpp, ip, &needs_flag);
1605 error = xfs_reflink_cancel_cow_blocks(ip, tpp, 0, XFS_MAX_FILEOFF,
1614 xfs_trans_log_inode(*tpp, ip, XFS_ILOG_CORE);
564 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
1588 xfs_reflink_clear_inode_flag( struct xfs_inode *ip, struct xfs_trans **tpp) argument
H A Dxfs_bmap_util.c1207 struct xfs_trans **tpp,
1211 struct xfs_trans *tp = *tpp;
1302 error = xfs_defer_finish(tpp);
1303 tp = *tpp;
1435 struct xfs_trans **tpp,
1440 struct xfs_trans *tp = *tpp;
1449 error = xfs_trans_roll(tpp);
1452 tp = *tpp;
1206 xfs_swap_extent_rmap( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tip) argument
1434 xfs_swap_change_owner( struct xfs_trans **tpp, struct xfs_inode *ip, struct xfs_inode *tmpip) argument
H A Dxfs_inode.h569 struct xfs_trans **tpp,
574 return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0);
568 xfs_itruncate_extents( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size) argument
H A Dxfs_inode.c1480 struct xfs_trans **tpp,
1487 struct xfs_trans *tp = *tpp;
1544 *tpp = tp;
1479 xfs_itruncate_extents_flags( struct xfs_trans **tpp, struct xfs_inode *ip, int whichfork, xfs_fsize_t new_size, int flags) 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/fs/xfs/scrub/
H A Drepair.h158 struct xfs_trans **tpp);
H A Drepair.c1150 struct xfs_trans **tpp)
1157 error = xfs_trans_alloc_empty(mp, tpp);
1147 xrep_trans_alloc_hook_dummy( struct xfs_mount *mp, void **cookiep, struct xfs_trans **tpp) argument
/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.c2529 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; local
2541 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);
2551 xfrm_state_sort(xfrm, tpp, cnx, family);
2557 xfrm_state_put(tpp[cnx]);
3762 struct xfrm_tmpl **tpp = tp; local
3781 tpp[ti++] = &pols[pi]->xfrm_vec[i];
3786 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family);
3787 tpp = stp;
3800 k = xfrm_policy_ok(tpp[i], sp, k, family, if_id);

Completed in 217 milliseconds