blob: ec3770846f6b264c05cd0e8e30837ad92a7ff956 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/mount_flags.in; do not edit. */
2
3static const struct xlat mount_flags[] = {
4#if defined(MS_MGC_VAL) || (defined(HAVE_DECL_MS_MGC_VAL) && HAVE_DECL_MS_MGC_VAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MS_MGC_VAL),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MS_RDONLY) || (defined(HAVE_DECL_MS_RDONLY) && HAVE_DECL_MS_RDONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MS_RDONLY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MS_NOSUID) || (defined(HAVE_DECL_MS_NOSUID) && HAVE_DECL_MS_NOSUID)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MS_NOSUID),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MS_NODEV) || (defined(HAVE_DECL_MS_NODEV) && HAVE_DECL_MS_NODEV)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MS_NODEV),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(MS_NOEXEC) || (defined(HAVE_DECL_MS_NOEXEC) && HAVE_DECL_MS_NOEXEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(MS_NOEXEC),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(MS_SYNCHRONOUS) || (defined(HAVE_DECL_MS_SYNCHRONOUS) && HAVE_DECL_MS_SYNCHRONOUS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(MS_SYNCHRONOUS),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(MS_REMOUNT) || (defined(HAVE_DECL_MS_REMOUNT) && HAVE_DECL_MS_REMOUNT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(MS_REMOUNT),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(MS_RELATIME) || (defined(HAVE_DECL_MS_RELATIME) && HAVE_DECL_MS_RELATIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(MS_RELATIME),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(MS_KERNMOUNT) || (defined(HAVE_DECL_MS_KERNMOUNT) && HAVE_DECL_MS_KERNMOUNT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(MS_KERNMOUNT),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(MS_I_VERSION) || (defined(HAVE_DECL_MS_I_VERSION) && HAVE_DECL_MS_I_VERSION)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(MS_I_VERSION),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(MS_STRICTATIME) || (defined(HAVE_DECL_MS_STRICTATIME) && HAVE_DECL_MS_STRICTATIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(MS_STRICTATIME),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(MS_NOSEC) || (defined(HAVE_DECL_MS_NOSEC) && HAVE_DECL_MS_NOSEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(MS_NOSEC),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(MS_BORN) || (defined(HAVE_DECL_MS_BORN) && HAVE_DECL_MS_BORN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(MS_BORN),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(MS_MANDLOCK) || (defined(HAVE_DECL_MS_MANDLOCK) && HAVE_DECL_MS_MANDLOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(MS_MANDLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(MS_NOATIME) || (defined(HAVE_DECL_MS_NOATIME) && HAVE_DECL_MS_NOATIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(MS_NOATIME),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(MS_NODIRATIME) || (defined(HAVE_DECL_MS_NODIRATIME) && HAVE_DECL_MS_NODIRATIME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(MS_NODIRATIME),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(MS_BIND) || (defined(HAVE_DECL_MS_BIND) && HAVE_DECL_MS_BIND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(MS_BIND),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(MS_MOVE) || (defined(HAVE_DECL_MS_MOVE) && HAVE_DECL_MS_MOVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(MS_MOVE),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(MS_REC) || (defined(HAVE_DECL_MS_REC) && HAVE_DECL_MS_REC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(MS_REC),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(MS_SILENT) || (defined(HAVE_DECL_MS_SILENT) && HAVE_DECL_MS_SILENT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(MS_SILENT),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
64#if defined(MS_POSIXACL) || (defined(HAVE_DECL_MS_POSIXACL) && HAVE_DECL_MS_POSIXACL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070065 XLAT(MS_POSIXACL),
Elliott Hughes82728372014-06-06 22:49:31 -070066#endif
67#if defined(MS_UNBINDABLE) || (defined(HAVE_DECL_MS_UNBINDABLE) && HAVE_DECL_MS_UNBINDABLE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070068 XLAT(MS_UNBINDABLE),
Elliott Hughes82728372014-06-06 22:49:31 -070069#endif
70#if defined(MS_PRIVATE) || (defined(HAVE_DECL_MS_PRIVATE) && HAVE_DECL_MS_PRIVATE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070071 XLAT(MS_PRIVATE),
Elliott Hughes82728372014-06-06 22:49:31 -070072#endif
73#if defined(MS_SLAVE) || (defined(HAVE_DECL_MS_SLAVE) && HAVE_DECL_MS_SLAVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070074 XLAT(MS_SLAVE),
Elliott Hughes82728372014-06-06 22:49:31 -070075#endif
76#if defined(MS_SHARED) || (defined(HAVE_DECL_MS_SHARED) && HAVE_DECL_MS_SHARED)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070077 XLAT(MS_SHARED),
Elliott Hughes82728372014-06-06 22:49:31 -070078#endif
79#if defined(MS_ACTIVE) || (defined(HAVE_DECL_MS_ACTIVE) && HAVE_DECL_MS_ACTIVE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070080 XLAT(MS_ACTIVE),
Elliott Hughes82728372014-06-06 22:49:31 -070081#endif
82#if defined(MS_NOUSER) || (defined(HAVE_DECL_MS_NOUSER) && HAVE_DECL_MS_NOUSER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070083 XLAT(MS_NOUSER),
Elliott Hughes82728372014-06-06 22:49:31 -070084#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070085 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070086};