X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfs%2Fexport.h;h=9c73aaa2d3eb4b2fe0baafed51e5fcd0beb3a7f6;hp=80d23fd4cb03af1511ecc6a542972fca0846a5c6;hb=317522198e1493fe0f1b10614ff2f3a582a9aaff;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index 80d23fd..9c73aaa 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -20,7 +20,12 @@ #define NFSEXP_UIDMAP 0x0040 #define NFSEXP_KERBEROS 0x0080 /* not available */ #define NFSEXP_SUNSECURE 0x0100 -#define NFSEXP_CROSSMNT 0x0200 /* not available */ -#define NFSEXP_ALLFLAGS 0x03FF +#define NFSEXP_NOHIDE 0x0200 +#define NFSEXP_NOSUBTREECHECK 0x0400 +#define NFSEXP_NOAUTHNLM 0x0800 +#define NFSEXP_FSID 0x2000 +#define NFSEXP_CROSSMNT 0x4000 +#define NFSEXP_NOACL 0x8000 /* reserved for possible ACL related use */ +#define NFSEXP_ALLFLAGS 0xFFFF #endif /* _NSF_EXPORT_H */