• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <inttypes.h>
2 typedef uint32_t mpers_ptr_t;
3 typedef
4 struct {
5 char uuid[16];
6 uint64_t stransid;
7 uint64_t rtransid;
8 struct {
9 uint64_t sec;
10 uint32_t nsec;
11 unsigned char mpers_end_filler_1[4];
12 } ATTRIBUTE_PACKED stime;
13 struct {
14 uint64_t sec;
15 uint32_t nsec;
16 unsigned char mpers_end_filler_1[4];
17 } ATTRIBUTE_PACKED rtime;
18 uint64_t flags;
19 uint64_t reserved[16];
20 } ATTRIBUTE_PACKED mx32_struct_btrfs_ioctl_received_subvol_args;
21 #define MPERS_mx32_struct_btrfs_ioctl_received_subvol_args mx32_struct_btrfs_ioctl_received_subvol_args
22