Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h642 struct btrfs_super_block { struct
644 __u8 csum[BTRFS_CSUM_SIZE];
646 __u8 fsid[BTRFS_FSID_SIZE];
648 __le64 bytenr;
649 __le64 flags;
652 __le64 magic;
653 __le64 generation;
654 __le64 root;
655 __le64 chunk_root;
656 __le64 log_root;
[all …]
/external/e2fsprogs/lib/blkid/
Dprobe.h690 struct btrfs_super_block { struct
691 __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 …]