X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fnfs%2Fexport.h;h=f7a99bab964b34ccf779f28b095c4986b303958e;hp=cc88f0f5a6c472c11a6e0844fecd9248f3e8b724;hb=9c8dfab04dcf5f5067061703d6cd08ee408eec8f;hpb=acc4cade1891c0b07f3e0016ff3c5b604b042c86 diff --git a/support/include/nfs/export.h b/support/include/nfs/export.h index cc88f0f..f7a99ba 100644 --- a/support/include/nfs/export.h +++ b/support/include/nfs/export.h @@ -17,12 +17,13 @@ #define NFSEXP_ALLSQUASH 0x0008 #define NFSEXP_ASYNC 0x0010 #define NFSEXP_GATHERED_WRITES 0x0020 -#define NFSEXP_UIDMAP 0x0040 -#define NFSEXP_KERBEROS 0x0080 /* not available */ -#define NFSEXP_SUNSECURE 0x0100 -#define NFSEXP_CROSSMNT 0x0200 - +/* 40, 80, 100 unused */ +#define NFSEXP_NOHIDE 0x0200 #define NFSEXP_NOSUBTREECHECK 0x0400 -#define NFSEXP_ALLFLAGS 0x07FF +#define NFSEXP_NOAUTHNLM 0x0800 +#define NFSEXP_FSID 0x2000 +#define NFSEXP_CROSSMOUNT 0x4000 +#define NFSEXP_NOACL 0x8000 /* reserved for possible ACL related use */ +#define NFSEXP_ALLFLAGS 0xFFFF #endif /* _NSF_EXPORT_H */