Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dctree.h75 struct btrfs_header { struct
77 __u8 csum[BTRFS_CSUM_SIZE];
78 __u8 fsid[BTRFS_FSID_SIZE]; /* FS specific uuid */
79 __u64 bytenr; /* which block this node is supposed to live in */
80 __u64 flags;
83 __u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
84 __u64 generation;
85 __u64 owner;
86 __u32 nritems;
87 __u8 level;
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h460 struct btrfs_header { struct
462 __u8 csum[BTRFS_CSUM_SIZE];
464 __u8 fsid[BTRFS_FSID_SIZE];
466 __le64 bytenr;
467 __le64 flags;
470 __u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
471 __le64 generation;
472 __le64 owner;
473 __le32 nritems;
474 __u8 level;