1/* Generated by ./xlat/gen.sh from ./xlat/btrfs_snap_flags_v2.in; do not edit. */
2
3#ifdef IN_MPERS
4
5extern const struct xlat btrfs_snap_flags_v2[];
6
7#else
8
9# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
10static
11# endif
12const struct xlat btrfs_snap_flags_v2[] = {
13#if defined(BTRFS_SUBVOL_CREATE_ASYNC) || (defined(HAVE_DECL_BTRFS_SUBVOL_CREATE_ASYNC) && HAVE_DECL_BTRFS_SUBVOL_CREATE_ASYNC)
14  XLAT_TYPE(uint64_t, BTRFS_SUBVOL_CREATE_ASYNC),
15#endif
16#if defined(BTRFS_SUBVOL_RDONLY) || (defined(HAVE_DECL_BTRFS_SUBVOL_RDONLY) && HAVE_DECL_BTRFS_SUBVOL_RDONLY)
17  XLAT_TYPE(uint64_t, BTRFS_SUBVOL_RDONLY),
18#endif
19#if defined(BTRFS_SUBVOL_QGROUP_INHERIT) || (defined(HAVE_DECL_BTRFS_SUBVOL_QGROUP_INHERIT) && HAVE_DECL_BTRFS_SUBVOL_QGROUP_INHERIT)
20  XLAT_TYPE(uint64_t, BTRFS_SUBVOL_QGROUP_INHERIT),
21#endif
22 XLAT_END
23};
24
25#endif /* !IN_MPERS */
26