Home
last modified time | relevance | path

Searched defs:btrfs_super_block (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h228 struct btrfs_super_block { struct
230 u8 csum[BTRFS_CSUM_SIZE];
232 u8 fsid[BTRFS_FSID_SIZE];
233 __le64 bytenr; /* this block number */
234 __le64 flags;
237 __le64 magic;
238 __le64 generation;
239 __le64 root;
240 __le64 chunk_root;
241 __le64 log_root;
[all …]
/kernel/linux/linux-4.19/fs/btrfs/
Dctree.h204 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;
[all …]