Home
last modified time | relevance | path

Searched refs:tfh (Results 1 – 7 of 7) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_tftp.c37 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 Dxdr3.h69 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 Dxdr.h51 struct svc_fh tfh; member
58 struct svc_fh tfh; member
H A Dnfs3proc.c562 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 Dnfsproc.c468 &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 Dnfs3xdr.c663 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 Dnfsxdr.c376 svcxdr_decode_diropargs(xdr, &args->tfh, in nfssvc_decode_renameargs()
386 svcxdr_decode_diropargs(xdr, &args->tfh, in nfssvc_decode_linkargs()