Lines Matching defs:btrfs_super_block
204 struct btrfs_super_block { struct
205 u8 csum[BTRFS_CSUM_SIZE];
207 u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
208 __le64 bytenr; /* this block number */
209 __le64 flags;
212 __le64 magic;
213 __le64 generation;
214 __le64 root;
215 __le64 chunk_root;
216 __le64 log_root;
219 __le64 log_root_transid;
220 __le64 total_bytes;
221 __le64 bytes_used;
222 __le64 root_dir_objectid;
223 __le64 num_devices;
224 __le32 sectorsize;
225 __le32 nodesize;
226 __le32 __unused_leafsize;
227 __le32 stripesize;
228 __le32 sys_chunk_array_size;
229 __le64 chunk_root_generation;
230 __le64 compat_flags;
231 __le64 compat_ro_flags;
232 __le64 incompat_flags;
233 __le16 csum_type;
234 u8 root_level;
235 u8 chunk_root_level;
236 u8 log_root_level;
237 struct btrfs_dev_item dev_item;
239 char label[BTRFS_LABEL_SIZE];
241 __le64 cache_generation;
242 __le64 uuid_tree_generation;
245 __le64 reserved[30];
246 u8 sys_chunk_array[BTRFS_SYSTEM_CHUNK_ARRAY_SIZE];
247 struct btrfs_root_backup super_roots[BTRFS_NUM_BACKUP_ROOTS];