xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/nfsacl.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI__LINUX_NFSACL_H
8 #define _UAPI__LINUX_NFSACL_H
9 #define NFS_ACL_PROGRAM 100227
10 #define ACLPROC2_NULL 0
11 #define ACLPROC2_GETACL 1
12 #define ACLPROC2_SETACL 2
13 #define ACLPROC2_GETATTR 3
14 #define ACLPROC2_ACCESS 4
15 #define ACLPROC3_NULL 0
16 #define ACLPROC3_GETACL 1
17 #define ACLPROC3_SETACL 2
18 #define NFS_ACL 0x0001
19 #define NFS_ACLCNT 0x0002
20 #define NFS_DFACL 0x0004
21 #define NFS_DFACLCNT 0x0008
22 #define NFS_ACL_MASK 0x000f
23 #define NFS_ACL_DEFAULT 0x1000
24 #endif
25