ReactOS 0.4.16-dev-736-g28b802b
|
#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
Classes | |
struct | BTRFS_UUID |
struct | _BTRFS_SUPER_BLOCK |
Macros | |
#define | BTRFS_MAGIC 0x4d5f53665248425f |
#define | BTRFS_SB_OFFSET 0x10000 |
#define | BTRFS_SB_SIZE 0x1000 |
Typedefs | |
typedef struct _BTRFS_SUPER_BLOCK | BTRFS_SUPER_BLOCK |
typedef struct _BTRFS_SUPER_BLOCK * | PBTRFS_SUPER_BLOCK |
Functions | |
C_ASSERT (FIELD_OFFSET(BTRFS_SUPER_BLOCK, uuid)==0x20) | |
C_ASSERT (FIELD_OFFSET(BTRFS_SUPER_BLOCK, sb_phys_addr)==0x30) | |
C_ASSERT (FIELD_OFFSET(BTRFS_SUPER_BLOCK, magic)==0x40) | |
typedef struct _BTRFS_SUPER_BLOCK * PBTRFS_SUPER_BLOCK |
C_ASSERT | ( | FIELD_OFFSET(BTRFS_SUPER_BLOCK, magic) | = =0x40 | ) |
C_ASSERT | ( | FIELD_OFFSET(BTRFS_SUPER_BLOCK, sb_phys_addr) | = =0x30 | ) |
C_ASSERT | ( | FIELD_OFFSET(BTRFS_SUPER_BLOCK, uuid) | = =0x20 | ) |