Searched defs:btrfs_super_block (Results 1 – 3 of 3) sorted by relevance
56 struct btrfs_super_block { struct57 uint8_t csum[32];58 uint8_t fsid[16];59 uint64_t bytenr;60 uint64_t flags;61 uint8_t magic[8];62 uint64_t generation;63 uint64_t root;64 uint64_t chunk_root;65 uint64_t log_root;[all …]
82 struct btrfs_super_block { struct83 u8 csum[BTRFS_CSUM_SIZE];85 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */86 __le64 bytenr; /* this block number */87 __le64 flags;90 __le64 magic;91 __le64 generation;92 __le64 root;93 __le64 chunk_root;94 __le64 log_root;[all …]
690 struct btrfs_super_block { struct691 __u8 csum[BTRFS_CSUM_SIZE];693 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */694 __u64 bytenr; /* this block number */695 __u64 flags;698 __u64 magic;699 __u64 generation;700 __u64 root;701 __u64 chunk_root;702 __u64 log_root;[all …]