Home | History | Annotate | Download | only in mpers-m32
      1 #include <inttypes.h>
      2 typedef uint32_t mpers_ptr_t;
      3 typedef
      4 struct {
      5 int64_t fd;
      6 uint64_t transid;
      7 uint64_t flags;
      8 union {
      9 struct {
     10 uint64_t size;
     11 mpers_ptr_t qgroup_inherit;
     12 } ATTRIBUTE_PACKED ;
     13 uint64_t unused[4];
     14 } ;
     15 char name[4040];
     16 } ATTRIBUTE_PACKED m32_struct_btrfs_ioctl_vol_args_v2;
     17 #define MPERS_m32_struct_btrfs_ioctl_vol_args_v2 m32_struct_btrfs_ioctl_vol_args_v2
     18