blob: 7dd95ab84ebe4c6d80d35d6f9e000ec2224e224e [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef __LINUX_NFSACL_H
13#define __LINUX_NFSACL_H
14
15#define NFS_ACL_PROGRAM 100227
16
17#define ACLPROC2_GETACL 1
18#define ACLPROC2_SETACL 2
19#define ACLPROC2_GETATTR 3
20#define ACLPROC2_ACCESS 4
21
22#define ACLPROC3_GETACL 1
23#define ACLPROC3_SETACL 2
24
25#define NFS_ACL 0x0001
26#define NFS_ACLCNT 0x0002
27#define NFS_DFACL 0x0004
28#define NFS_DFACLCNT 0x0008
29
30#define NFS_ACL_DEFAULT 0x1000
31
32#endif