xref: /linux/fs/lockd/nlm4xdr_gen.h (revision 0fc8f6200d2313278fbf4539bbab74677c685531)
1*5bc37b75SChuck Lever /* SPDX-License-Identifier: GPL-2.0 */
2*5bc37b75SChuck Lever /* Generated by xdrgen. Manual edits will be lost. */
3*5bc37b75SChuck Lever /* XDR specification file: ../../Documentation/sunrpc/xdr/nlm4.x */
4*5bc37b75SChuck Lever /* XDR specification modification time: Thu Dec 25 13:10:19 2025 */
5*5bc37b75SChuck Lever 
6*5bc37b75SChuck Lever #ifndef _LINUX_XDRGEN_NLM4_DECL_H
7*5bc37b75SChuck Lever #define _LINUX_XDRGEN_NLM4_DECL_H
8*5bc37b75SChuck Lever 
9*5bc37b75SChuck Lever #include <linux/types.h>
10*5bc37b75SChuck Lever 
11*5bc37b75SChuck Lever #include <linux/sunrpc/xdr.h>
12*5bc37b75SChuck Lever #include <linux/sunrpc/xdrgen/_defs.h>
13*5bc37b75SChuck Lever #include <linux/sunrpc/xdrgen/_builtins.h>
14*5bc37b75SChuck Lever #include <linux/sunrpc/xdrgen/nlm4.h>
15*5bc37b75SChuck Lever 
16*5bc37b75SChuck Lever bool nlm4_svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
17*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
18*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
19*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
20*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
21*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
22*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
23*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_notifyargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
24*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
25*5bc37b75SChuck Lever bool nlm4_svc_decode_nlm4_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
26*5bc37b75SChuck Lever 
27*5bc37b75SChuck Lever bool nlm4_svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
28*5bc37b75SChuck Lever bool nlm4_svc_encode_nlm4_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
29*5bc37b75SChuck Lever bool nlm4_svc_encode_nlm4_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
30*5bc37b75SChuck Lever bool nlm4_svc_encode_nlm4_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
31*5bc37b75SChuck Lever 
32*5bc37b75SChuck Lever #endif /* _LINUX_XDRGEN_NLM4_DECL_H */
33