You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1009 B
28 lines
1009 B
/* Generated by ./xlat/gen.sh from ./xlat/btrfs_send_flags.in; do not edit. */ |
|
#if !(defined(BTRFS_SEND_FLAG_NO_FILE_DATA) || (defined(HAVE_DECL_BTRFS_SEND_FLAG_NO_FILE_DATA) && HAVE_DECL_BTRFS_SEND_FLAG_NO_FILE_DATA)) |
|
# define BTRFS_SEND_FLAG_NO_FILE_DATA 0x1 |
|
#endif |
|
#if !(defined(BTRFS_SEND_FLAG_OMIT_STREAM_HEADER) || (defined(HAVE_DECL_BTRFS_SEND_FLAG_OMIT_STREAM_HEADER) && HAVE_DECL_BTRFS_SEND_FLAG_OMIT_STREAM_HEADER)) |
|
# define BTRFS_SEND_FLAG_OMIT_STREAM_HEADER 0x2 |
|
#endif |
|
#if !(defined(BTRFS_SEND_FLAG_OMIT_END_CMD) || (defined(HAVE_DECL_BTRFS_SEND_FLAG_OMIT_END_CMD) && HAVE_DECL_BTRFS_SEND_FLAG_OMIT_END_CMD)) |
|
# define BTRFS_SEND_FLAG_OMIT_END_CMD 0x4 |
|
#endif |
|
|
|
#ifdef IN_MPERS |
|
|
|
extern const struct xlat btrfs_send_flags[]; |
|
|
|
#else |
|
|
|
# if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS) |
|
static |
|
# endif |
|
const struct xlat btrfs_send_flags[] = { |
|
XLAT(BTRFS_SEND_FLAG_NO_FILE_DATA), |
|
XLAT(BTRFS_SEND_FLAG_OMIT_STREAM_HEADER), |
|
XLAT(BTRFS_SEND_FLAG_OMIT_END_CMD), |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|