(root)/
strace-6.5/
src/
xlat/
btrfs_qgroup_ctl_cmds.h
       1  /* Generated by ./src/xlat/gen.sh from ./src/xlat/btrfs_qgroup_ctl_cmds.in; do not edit. */
       2  
       3  #include "gcc_compat.h"
       4  #include "static_assert.h"
       5  
       6  #undef XLAT_PREV_VAL
       7  
       8  #ifndef XLAT_MACROS_ONLY
       9  
      10  # ifdef IN_MPERS
      11  
      12  extern const struct xlat btrfs_qgroup_ctl_cmds[];
      13  
      14  # else
      15  
      16  DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      17  static const struct xlat_data btrfs_qgroup_ctl_cmds_xdata[] = {
      18   XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_ENABLE),
      19   #define XLAT_VAL_0 ((uint64_t) (BTRFS_QUOTA_CTL_ENABLE))
      20   #define XLAT_STR_0 STRINGIFY(BTRFS_QUOTA_CTL_ENABLE)
      21   XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_DISABLE),
      22   #define XLAT_VAL_1 ((uint64_t) (BTRFS_QUOTA_CTL_DISABLE))
      23   #define XLAT_STR_1 STRINGIFY(BTRFS_QUOTA_CTL_DISABLE)
      24   XLAT_TYPE(uint64_t, BTRFS_QUOTA_CTL_RESCAN__NOTUSED),
      25   #define XLAT_VAL_2 ((uint64_t) (BTRFS_QUOTA_CTL_RESCAN__NOTUSED))
      26   #define XLAT_STR_2 STRINGIFY(BTRFS_QUOTA_CTL_RESCAN__NOTUSED)
      27  };
      28  #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
      29  static
      30  #  endif
      31  const struct xlat btrfs_qgroup_ctl_cmds[1] = { {
      32   .data = btrfs_qgroup_ctl_cmds_xdata,
      33   .size = ARRAY_SIZE(btrfs_qgroup_ctl_cmds_xdata),
      34   .type = XT_NORMAL,
      35   .flags_mask = 0
      36  #  ifdef XLAT_VAL_0
      37    | XLAT_VAL_0
      38  #  endif
      39  #  ifdef XLAT_VAL_1
      40    | XLAT_VAL_1
      41  #  endif
      42  #  ifdef XLAT_VAL_2
      43    | XLAT_VAL_2
      44  #  endif
      45    ,
      46   .flags_strsz = 0
      47  #  ifdef XLAT_STR_0
      48    + sizeof(XLAT_STR_0)
      49  #  endif
      50  #  ifdef XLAT_STR_1
      51    + sizeof(XLAT_STR_1)
      52  #  endif
      53  #  ifdef XLAT_STR_2
      54    + sizeof(XLAT_STR_2)
      55  #  endif
      56    ,
      57  } };
      58  DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
      59  
      60  #  undef XLAT_STR_0
      61  #  undef XLAT_VAL_0
      62  #  undef XLAT_STR_1
      63  #  undef XLAT_VAL_1
      64  #  undef XLAT_STR_2
      65  #  undef XLAT_VAL_2
      66  # endif /* !IN_MPERS */
      67  
      68  #endif /* !XLAT_MACROS_ONLY */