xref: /linux/fs/lockd/nlm3xdr_gen.h (revision 0eaed89c18aeedf0898baf2dbf5ff027c6795152)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Generated by xdrgen. Manual edits will be lost. */
3 /* XDR specification file: ../../Documentation/sunrpc/xdr/nlm3.x */
4 /* XDR specification modification time: Thu Apr 23 10:56:34 2026 */
5 
6 #ifndef _LINUX_XDRGEN_NLM3_DECL_H
7 #define _LINUX_XDRGEN_NLM3_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/nlm3.h>
15 
16 bool nlm_svc_decode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
17 bool nlm_svc_decode_nlm_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
18 bool nlm_svc_decode_nlm_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
19 bool nlm_svc_decode_nlm_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
20 bool nlm_svc_decode_nlm_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
21 bool nlm_svc_decode_nlm_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
22 bool nlm_svc_decode_nlm_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
23 bool nlm_svc_decode_nlm_notifyargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
24 bool nlm_svc_decode_nlm_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr);
25 bool nlm_svc_decode_nlm_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr);
26 
27 bool nlm_svc_encode_void(struct svc_rqst *rqstp, struct xdr_stream *xdr);
28 bool nlm_svc_encode_nlm_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
29 bool nlm_svc_encode_nlm_res(struct svc_rqst *rqstp, struct xdr_stream *xdr);
30 bool nlm_svc_encode_nlm_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr);
31 
32 #endif /* _LINUX_XDRGEN_NLM3_DECL_H */
33