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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.c126 xfs_trans_t **tpp, /* input: current transaction;
152 tp = *tpp;
241 *tpp = ntp;
257 *tpp = ntp;
276 *tpp = tp;
289 *tpp = tp;
125 xfs_dir_ialloc( xfs_trans_t **tpp, xfs_inode_t *dp, mode_t mode, xfs_nlink_t nlink, xfs_dev_t rdev, cred_t *credp, prid_t prid, int okalloc, xfs_inode_t **ipp, int *committed) argument
H A Dxfs_vnodeops.c1306 xfs_trans_t **tpp)
1322 tp = *tpp;
1337 *tpp = NULL;
1431 *tpp = tp;
1449 *tpp = NULL;
1457 xfs_trans_t **tpp)
1467 error = xfs_trans_reserve(*tpp, 0,
1473 xfs_trans_cancel(*tpp, 0);
1474 *tpp = NULL;
1494 xfs_trans_t **tpp)
1304 xfs_inactive_symlink_rmt( xfs_inode_t *ip, xfs_trans_t **tpp) argument
1455 xfs_inactive_symlink_local( xfs_inode_t *ip, xfs_trans_t **tpp) argument
1492 xfs_inactive_attrs( xfs_inode_t *ip, xfs_trans_t **tpp) argument
[all...]
H A Dxfs_bmap_btree.c1684 __be64 *tpp; local
1696 tpp = XFS_BMAP_BROOT_PTR_ADDR(rblock, 1, rblocklen);
1699 memcpy(tpp, fpp, sizeof(*fpp) * dmxr);
2601 __be64 *tpp; local
2613 tpp = XFS_BTREE_PTR_ADDR(xfs_bmdr, dblock, 1, dmxr);
2616 memcpy(tpp, fpp, sizeof(*fpp) * dmxr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.c398 xfs_trans_t **tpp,
410 xfs_trans_t *tp = *tpp;
485 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) {
490 tp = *tpp;
514 xfs_trans_t **tpp,
528 xfs_trans_t *tp = (tpp ? *tpp : NULL);
579 if ((error = xfs_qm_dqalloc(tpp, mp, dqp, quotip,
582 tp = *tpp;
646 xfs_trans_t **tpp,
397 xfs_qm_dqalloc( xfs_trans_t **tpp, xfs_mount_t *mp, xfs_dquot_t *dqp, xfs_inode_t *quotip, xfs_fileoff_t offset_fsb, xfs_buf_t **O_bpp) argument
513 xfs_qm_dqtobp( xfs_trans_t **tpp, xfs_dquot_t *dqp, xfs_disk_dquot_t **O_ddpp, xfs_buf_t **O_bpp, uint flags) argument
645 xfs_qm_dqread( xfs_trans_t **tpp, xfs_dqid_t id, xfs_dquot_t *dqp, uint flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_envctrl.c496 struct bbc_cpu_temperature **tpp = &all_bbc_temps; local
497 while (*tpp)
498 tpp = &((*tpp)->next);
500 *tpp = tp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dinput.c424 struct sctp_transport **tpp)
433 *app = NULL; *tpp = NULL;
467 *tpp = transport;
421 sctp_err_lookup(int family, struct sk_buff *skb, struct sctphdr *sctphdr, struct sctp_association **app, struct sctp_transport **tpp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_quicc.h268 volatile unsigned short tpp:2; member in struct:quicc::scc_regs::__anon9122::__anon9123
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_policy.c1345 struct xfrm_state **tpp = (npols > 1) ? tp : xfrm; local
1357 ret = xfrm_tmpl_resolve_one(pols[i], fl, &tpp[cnx], family);
1367 xfrm_state_sort(xfrm, tpp, cnx, family);
1373 xfrm_state_put(tpp[cnx]);
1855 struct xfrm_tmpl **tpp = tp; local
1869 tpp[ti++] = &pols[pi]->xfrm_vec[i];
1873 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family);
1874 tpp = stp;
1884 k = xfrm_policy_ok(tpp[i], sp, k, family);

Completed in 168 milliseconds