linux/include/uapi/linux/nfsacl.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * File: linux/nfsacl.h
 *
 * (C) 2003 Andreas Gruenbacher <[email protected]>
 */
#ifndef _UAPI__LINUX_NFSACL_H
#define _UAPI__LINUX_NFSACL_H

#define NFS_ACL_PROGRAM

#define ACLPROC2_NULL
#define ACLPROC2_GETACL
#define ACLPROC2_SETACL
#define ACLPROC2_GETATTR
#define ACLPROC2_ACCESS

#define ACLPROC3_NULL
#define ACLPROC3_GETACL
#define ACLPROC3_SETACL


/* Flags for the getacl/setacl mode */
#define NFS_ACL
#define NFS_ACLCNT
#define NFS_DFACL
#define NFS_DFACLCNT
#define NFS_ACL_MASK

/* Flag for Default ACL entries */
#define NFS_ACL_DEFAULT

#endif /* _UAPI__LINUX_NFSACL_H */