1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* Generated by xdrgen. Manual edits will be lost. */ 3 /* XDR specification file: ../../Documentation/sunrpc/xdr/nfs4_1.x */ 4 /* XDR specification modification time: Mon Oct 14 09:10:13 2024 */ 5 6 #ifndef _LINUX_XDRGEN_NFS4_1_DECL_H 7 #define _LINUX_XDRGEN_NFS4_1_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/nfs4_1.h> 15 16 bool xdrgen_decode_fattr4_open_arguments(struct xdr_stream *xdr, fattr4_open_arguments *ptr); 17 bool xdrgen_encode_fattr4_open_arguments(struct xdr_stream *xdr, const fattr4_open_arguments *value); 18 19 bool xdrgen_decode_fattr4_time_deleg_access(struct xdr_stream *xdr, fattr4_time_deleg_access *ptr); 20 bool xdrgen_encode_fattr4_time_deleg_access(struct xdr_stream *xdr, const fattr4_time_deleg_access *value); 21 22 bool xdrgen_decode_fattr4_time_deleg_modify(struct xdr_stream *xdr, fattr4_time_deleg_modify *ptr); 23 bool xdrgen_encode_fattr4_time_deleg_modify(struct xdr_stream *xdr, const fattr4_time_deleg_modify *value); 24 25 #endif /* _LINUX_XDRGEN_NFS4_1_DECL_H */ 26