Searched refs:tfh (Results 1 – 7 of 7) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_conntrack_tftp.c | 37 const struct tftphdr *tfh; in tftp_help() local 44 tfh = skb_header_pointer(skb, protoff + sizeof(struct udphdr), in tftp_help() 46 if (tfh == NULL) in tftp_help() 49 switch (ntohs(tfh->opcode)) { in tftp_help()
|
| /linux/fs/nfsd/ |
| H A D | xdr3.h | 69 struct svc_fh tfh; member 76 struct svc_fh tfh; member 163 struct svc_fh tfh; member 168 struct svc_fh tfh; member
|
| H A D | xdr.h | 51 struct svc_fh tfh; member 58 struct svc_fh tfh; member
|
| H A D | nfs3proc.c | 562 fh_copy(&resp->tfh, &argp->tfh); in nfsd3_proc_rename() 564 &resp->tfh, argp->tname, argp->tlen); in nfsd3_proc_rename() 576 fh_copy(&resp->tfh, &argp->tfh); in nfsd3_proc_link() 577 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen, in nfsd3_proc_link()
|
| H A D | nfsproc.c | 468 &argp->tfh, argp->tname, argp->tlen); in nfsd_proc_rename() 470 fh_put(&argp->tfh); in nfsd_proc_rename() 481 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen, in nfsd_proc_link() 484 fh_put(&argp->tfh); in nfsd_proc_link()
|
| H A D | nfs3xdr.c | 663 svcxdr_decode_diropargs3(xdr, &args->tfh, in nfs3svc_decode_renameargs() 673 svcxdr_decode_diropargs3(xdr, &args->tfh, in nfs3svc_decode_linkargs() 934 svcxdr_encode_wcc_data(rqstp, xdr, &resp->tfh); in nfs3svc_encode_renameres() 945 svcxdr_encode_wcc_data(rqstp, xdr, &resp->tfh); in nfs3svc_encode_linkres()
|
| H A D | nfsxdr.c | 376 svcxdr_decode_diropargs(xdr, &args->tfh, in nfssvc_decode_renameargs() 386 svcxdr_decode_diropargs(xdr, &args->tfh, in nfssvc_decode_linkargs()
|