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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dxdr3.h70 struct svc_fh tfh; member in struct:nfsd3_renameargs
82 struct svc_fh tfh; member in struct:nfsd3_linkargs
166 struct svc_fh tfh; member in struct:nfsd3_renameres
171 struct svc_fh tfh; member in struct:nfsd3_linkres
H A Dxdr.h54 struct svc_fh tfh; member in struct:nfsd_renameargs
66 struct svc_fh tfh; member in struct:nfsd_linkargs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_tftp.c44 struct tftphdr _tftph, *tfh; local
51 tfh = skb_header_pointer(*pskb, protoff + sizeof(struct udphdr),
53 if (tfh == NULL)
56 switch (ntohs(tfh->opcode)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c121 __u32 tfh[3]; /* filehandle fragment for oldstyle filehandles */ local
161 mk_fsid(FSID_DEV, tfh, xdev, xino, 0, NULL);
162 exp = exp_find(rqstp->rq_client, FSID_DEV, tfh,
199 tfh[0] = fh->ofh_ino;
200 tfh[1] = fh->ofh_generation;
201 tfh[2] = fh->ofh_dirino;
202 datap = tfh;
H A Dnfsproc.c377 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname);
380 &argp->tfh, argp->tname, argp->tlen);
382 fh_put(&argp->tfh);
395 SVCFH_fmt(&argp->tfh),
399 nfserr = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen,
402 fh_put(&argp->tfh);
H A Dnfs3proc.c395 SVCFH_fmt(&argp->tfh),
400 fh_copy(&resp->tfh, &argp->tfh);
402 &resp->tfh, argp->tname, argp->tlen);
415 SVCFH_fmt(&argp->tfh),
420 fh_copy(&resp->tfh, &argp->tfh);
421 nfserr = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen,
H A Dnfsxdr.c350 || !(p = decode_fh(p, &args->tfh))
372 || !(p = decode_fh(p, &args->tfh))
H A Dnfs3xdr.c537 || !(p = decode_fh(p, &args->tfh))
561 || !(p = decode_fh(p, &args->tfh))
764 p = encode_wcc_data(rqstp, p, &resp->tfh);
774 p = encode_wcc_data(rqstp, p, &resp->tfh);

Completed in 47 milliseconds