14b386d8dSChuck Lever /* SPDX-License-Identifier: GPL-2.0 */ 24b386d8dSChuck Lever /* Generated by xdrgen. Manual edits will be lost. */ 34b386d8dSChuck Lever /* XDR specification file: ../../Documentation/sunrpc/xdr/nlm3.x */ 4*ec5a7c2dSChuck Lever /* XDR specification modification time: Mon Jun 29 20:42:29 2026 */ 54b386d8dSChuck Lever 64b386d8dSChuck Lever #ifndef _LINUX_XDRGEN_NLM3_DECL_H 74b386d8dSChuck Lever #define _LINUX_XDRGEN_NLM3_DECL_H 84b386d8dSChuck Lever 94b386d8dSChuck Lever #include <linux/types.h> 104b386d8dSChuck Lever 114b386d8dSChuck Lever #include <linux/sunrpc/xdr.h> 124b386d8dSChuck Lever #include <linux/sunrpc/xdrgen/_defs.h> 134b386d8dSChuck Lever #include <linux/sunrpc/xdrgen/_builtins.h> 144b386d8dSChuck Lever #include <linux/sunrpc/xdrgen/nlm3.h> 154b386d8dSChuck Lever 164b386d8dSChuck Lever bool nlm_svc_decode_nlm_testargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 174b386d8dSChuck Lever bool nlm_svc_decode_nlm_lockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 184b386d8dSChuck Lever bool nlm_svc_decode_nlm_cancargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 194b386d8dSChuck Lever bool nlm_svc_decode_nlm_unlockargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 204b386d8dSChuck Lever bool nlm_svc_decode_nlm_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr); 214b386d8dSChuck Lever bool nlm_svc_decode_nlm_res(struct svc_rqst *rqstp, struct xdr_stream *xdr); 224b386d8dSChuck Lever bool nlm_svc_decode_nlm_notifyargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 234b386d8dSChuck Lever bool nlm_svc_decode_nlm_shareargs(struct svc_rqst *rqstp, struct xdr_stream *xdr); 244b386d8dSChuck Lever bool nlm_svc_decode_nlm_notify(struct svc_rqst *rqstp, struct xdr_stream *xdr); 254b386d8dSChuck Lever 264b386d8dSChuck Lever bool nlm_svc_encode_nlm_testres(struct svc_rqst *rqstp, struct xdr_stream *xdr); 274b386d8dSChuck Lever bool nlm_svc_encode_nlm_res(struct svc_rqst *rqstp, struct xdr_stream *xdr); 284b386d8dSChuck Lever bool nlm_svc_encode_nlm_shareres(struct svc_rqst *rqstp, struct xdr_stream *xdr); 294b386d8dSChuck Lever 304b386d8dSChuck Lever #endif /* _LINUX_XDRGEN_NLM3_DECL_H */ 31