xref: /linux/fs/nfsd/nfs4xdr_gen.h (revision 1260ed77798502de9c98020040d2995008de10cc)
18e1d3227SJeff Layton /* SPDX-License-Identifier: GPL-2.0 */
28e1d3227SJeff Layton /* Generated by xdrgen. Manual edits will be lost. */
38e1d3227SJeff Layton /* XDR specification file: ../../Documentation/sunrpc/xdr/nfs4_1.x */
4*c9c99a33SJeff Layton /* XDR specification modification time: Mon Oct 14 09:10:13 2024 */
58e1d3227SJeff Layton 
68e1d3227SJeff Layton #ifndef _LINUX_XDRGEN_NFS4_1_DECL_H
78e1d3227SJeff Layton #define _LINUX_XDRGEN_NFS4_1_DECL_H
88e1d3227SJeff Layton 
98e1d3227SJeff Layton #include <linux/types.h>
108e1d3227SJeff Layton 
118e1d3227SJeff Layton #include <linux/sunrpc/xdr.h>
128e1d3227SJeff Layton #include <linux/sunrpc/xdrgen/_defs.h>
138e1d3227SJeff Layton #include <linux/sunrpc/xdrgen/_builtins.h>
148e1d3227SJeff Layton #include <linux/sunrpc/xdrgen/nfs4_1.h>
158e1d3227SJeff Layton 
168e1d3227SJeff Layton bool xdrgen_decode_fattr4_open_arguments(struct xdr_stream *xdr, fattr4_open_arguments *ptr);
178e1d3227SJeff Layton bool xdrgen_encode_fattr4_open_arguments(struct xdr_stream *xdr, const fattr4_open_arguments *value);
188e1d3227SJeff Layton 
198e1d3227SJeff Layton bool xdrgen_decode_fattr4_time_deleg_access(struct xdr_stream *xdr, fattr4_time_deleg_access *ptr);
208e1d3227SJeff Layton bool xdrgen_encode_fattr4_time_deleg_access(struct xdr_stream *xdr, const fattr4_time_deleg_access *value);
218e1d3227SJeff Layton 
228e1d3227SJeff Layton bool xdrgen_decode_fattr4_time_deleg_modify(struct xdr_stream *xdr, fattr4_time_deleg_modify *ptr);
238e1d3227SJeff Layton bool xdrgen_encode_fattr4_time_deleg_modify(struct xdr_stream *xdr, const fattr4_time_deleg_modify *value);
248e1d3227SJeff Layton 
258e1d3227SJeff Layton #endif /* _LINUX_XDRGEN_NFS4_1_DECL_H */
26