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