Go to the documentation of this file.
10 #ifndef _UAPINFSD_EXPORT_H
11 #define _UAPINFSD_EXPORT_H
13 # include <linux/types.h>
18 #define NFSCLNT_IDMAX 1024
19 #define NFSCLNT_ADDRMAX 16
20 #define NFSCLNT_KEYMAX 32
25 #define NFSEXP_READONLY 0x0001
26 #define NFSEXP_INSECURE_PORT 0x0002
27 #define NFSEXP_ROOTSQUASH 0x0004
28 #define NFSEXP_ALLSQUASH 0x0008
29 #define NFSEXP_ASYNC 0x0010
30 #define NFSEXP_GATHERED_WRITES 0x0020
32 #define NFSEXP_NOHIDE 0x0200
33 #define NFSEXP_NOSUBTREECHECK 0x0400
34 #define NFSEXP_NOAUTHNLM 0x0800
35 #define NFSEXP_MSNFS 0x1000
36 #define NFSEXP_FSID 0x2000
37 #define NFSEXP_CROSSMOUNT 0x4000
38 #define NFSEXP_NOACL 0x8000
48 #define NFSEXP_V4ROOT 0x10000
50 #define NFSEXP_ALLFLAGS 0x17E3F
53 #define NFSEXP_SECINFO_FLAGS (NFSEXP_READONLY | NFSEXP_ROOTSQUASH \
55 | NFSEXP_INSECURE_PORT)