1 /* Generated by ./xlat/gen.sh from ./xlat/statx_attrs.in; do not edit. */ 2 #if !(defined(STATX_ATTR_COMPRESSED) || (defined(HAVE_DECL_STATX_ATTR_COMPRESSED) && HAVE_DECL_STATX_ATTR_COMPRESSED)) 3 # define STATX_ATTR_COMPRESSED 0x00000004 4 #endif 5 #if !(defined(STATX_ATTR_IMMUTABLE) || (defined(HAVE_DECL_STATX_ATTR_IMMUTABLE) && HAVE_DECL_STATX_ATTR_IMMUTABLE)) 6 # define STATX_ATTR_IMMUTABLE 0x00000010 7 #endif 8 #if !(defined(STATX_ATTR_APPEND) || (defined(HAVE_DECL_STATX_ATTR_APPEND) && HAVE_DECL_STATX_ATTR_APPEND)) 9 # define STATX_ATTR_APPEND 0x00000020 10 #endif 11 #if !(defined(STATX_ATTR_NODUMP) || (defined(HAVE_DECL_STATX_ATTR_NODUMP) && HAVE_DECL_STATX_ATTR_NODUMP)) 12 # define STATX_ATTR_NODUMP 0x00000040 13 #endif 14 #if !(defined(STATX_ATTR_ENCRYPTED) || (defined(HAVE_DECL_STATX_ATTR_ENCRYPTED) && HAVE_DECL_STATX_ATTR_ENCRYPTED)) 15 # define STATX_ATTR_ENCRYPTED 0x00000800 16 #endif 17 #if !(defined(STATX_ATTR_AUTOMOUNT) || (defined(HAVE_DECL_STATX_ATTR_AUTOMOUNT) && HAVE_DECL_STATX_ATTR_AUTOMOUNT)) 18 # define STATX_ATTR_AUTOMOUNT 0x00001000 19 #endif 20 21 #ifdef IN_MPERS 22 23 # error static const struct xlat statx_attrs in mpers mode 24 25 #else 26 27 static 28 const struct xlat statx_attrs[] = { 29 XLAT(STATX_ATTR_COMPRESSED), 30 XLAT(STATX_ATTR_IMMUTABLE), 31 XLAT(STATX_ATTR_APPEND), 32 XLAT(STATX_ATTR_NODUMP), 33 XLAT(STATX_ATTR_ENCRYPTED), 34 XLAT(STATX_ATTR_AUTOMOUNT), 35 XLAT_END 36 }; 37 38 #endif /* !IN_MPERS */ 39