1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_logical_ino_args_flags.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 #if defined(BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET) || (defined(HAVE_DECL_BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET) && HAVE_DECL_BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET) 7 DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE 8 static_assert((BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET) == ((1ULL << 0)), "BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET != (1ULL << 0)"); 9 DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE 10 #else 11 # define BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET (1ULL << 0) 12 #endif 13 14 #ifndef XLAT_MACROS_ONLY 15 16 # ifdef IN_MPERS 17 18 extern const struct xlat btrfs_logical_ino_args_flags[]; 19 20 # else 21 22 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) 23 static 24 # endif 25 const struct xlat btrfs_logical_ino_args_flags[] = { 26 XLAT(BTRFS_LOGICAL_INO_ARGS_IGNORE_OFFSET), 27 XLAT_END 28 }; 29 30 # endif /* !IN_MPERS */ 31 32 #endif /* !XLAT_MACROS_ONLY */ 33