mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add the OPEN4_SHARE_ACCESS_WANT constants from the nfs4.1 and delstid draft into the nfs4_1.x file, and regenerate the headers and source files. Do a mass renaming of NFS4_SHARE_WANT_* to OPEN4_SHARE_ACCESS_WANT_* in the nfsd directory. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
25 lines
1.1 KiB
C
25 lines
1.1 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Generated by xdrgen. Manual edits will be lost. */
|
|
/* XDR specification file: ../../Documentation/sunrpc/xdr/nfs4_1.x */
|
|
/* XDR specification modification time: Mon Oct 14 09:10:13 2024 */
|
|
|
|
#ifndef _LINUX_XDRGEN_NFS4_1_DECL_H
|
|
#define _LINUX_XDRGEN_NFS4_1_DECL_H
|
|
|
|
#include <linux/types.h>
|
|
|
|
#include <linux/sunrpc/xdr.h>
|
|
#include <linux/sunrpc/xdrgen/_defs.h>
|
|
#include <linux/sunrpc/xdrgen/_builtins.h>
|
|
#include <linux/sunrpc/xdrgen/nfs4_1.h>
|
|
|
|
bool xdrgen_decode_fattr4_open_arguments(struct xdr_stream *xdr, fattr4_open_arguments *ptr);
|
|
bool xdrgen_encode_fattr4_open_arguments(struct xdr_stream *xdr, const fattr4_open_arguments *value);
|
|
|
|
bool xdrgen_decode_fattr4_time_deleg_access(struct xdr_stream *xdr, fattr4_time_deleg_access *ptr);
|
|
bool xdrgen_encode_fattr4_time_deleg_access(struct xdr_stream *xdr, const fattr4_time_deleg_access *value);
|
|
|
|
bool xdrgen_decode_fattr4_time_deleg_modify(struct xdr_stream *xdr, fattr4_time_deleg_modify *ptr);
|
|
bool xdrgen_encode_fattr4_time_deleg_modify(struct xdr_stream *xdr, const fattr4_time_deleg_modify *value);
|
|
|
|
#endif /* _LINUX_XDRGEN_NFS4_1_DECL_H */
|