Searched defs:btrfs_super_block (Results 1 – 6 of 6) sorted by relevance
667 struct btrfs_super_block { struct669 __u8 csum[BTRFS_CSUM_SIZE];671 __u8 fsid[BTRFS_FSID_SIZE];673 __le64 bytenr;674 __le64 flags;677 __le64 magic;678 __le64 generation;679 __le64 root;680 __le64 chunk_root;681 __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 …]
27193 struct btrfs_super_block { struct27194 u8 csum[32];27195 u8 fsid[16];27196 __le64 bytenr;27197 __le64 flags;27198 __le64 magic;27199 __le64 generation;27200 __le64 root;27201 __le64 chunk_root;27202 __le64 log_root;[all …]
60353 struct btrfs_super_block { struct60354 __u8 csum[32];60355 __u8 fsid[16];60356 __le64 bytenr;60357 __le64 flags;60358 __le64 magic;60359 __le64 generation;60360 __le64 root;60361 __le64 chunk_root;60362 __le64 log_root;[all …]