Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dctree.h141 struct btrfs_super_block { struct
142 __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 …]
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h646 struct btrfs_super_block { struct
648 __u8 csum[BTRFS_CSUM_SIZE];
650 __u8 fsid[BTRFS_FSID_SIZE];
652 __le64 bytenr;
653 __le64 flags;
656 __le64 magic;
657 __le64 generation;
658 __le64 root;
659 __le64 chunk_root;
660 __le64 log_root;
[all …]