Searched defs:btrfs_super_block (Results 1 – 2 of 2) sorted by relevance
141 struct btrfs_super_block { struct142 __u8 csum[BTRFS_CSUM_SIZE];144 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */145 __u64 bytenr; /* this block number */146 __u64 flags;149 __u64 magic;150 __u64 generation;151 __u64 root;152 __u64 chunk_root;153 __u64 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 …]