• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/btrfs_balance_ctl_cmds.in; do not edit. */
2 #if !(defined(BTRFS_BALANCE_CTL_PAUSE) || (defined(HAVE_DECL_BTRFS_BALANCE_CTL_PAUSE) && HAVE_DECL_BTRFS_BALANCE_CTL_PAUSE))
3 # define BTRFS_BALANCE_CTL_PAUSE 1
4 #endif
5 #if !(defined(BTRFS_BALANCE_CTL_CANCEL) || (defined(HAVE_DECL_BTRFS_BALANCE_CTL_CANCEL) && HAVE_DECL_BTRFS_BALANCE_CTL_CANCEL))
6 # define BTRFS_BALANCE_CTL_CANCEL 2
7 #endif
8 
9 #ifdef IN_MPERS
10 
11 extern const struct xlat btrfs_balance_ctl_cmds[];
12 
13 #else
14 
15 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
16 static
17 # endif
18 const struct xlat btrfs_balance_ctl_cmds[] = {
19  XLAT(BTRFS_BALANCE_CTL_PAUSE),
20  XLAT(BTRFS_BALANCE_CTL_CANCEL),
21  XLAT_END
22 };
23 
24 #endif /* !IN_MPERS */
25