ReactOS 0.4.15-dev-7906-g1b85a5f
btrfs_header Struct Reference

#include <btrfs.h>

Public Attributes

__u8 csum [BTRFS_CSUM_SIZE]
 
__u8 fsid [BTRFS_FSID_SIZE]
 
__u64 bytenr
 
__u64 flags
 
__u8 chunk_tree_uuid [BTRFS_UUID_SIZE]
 
__u64 generation
 
__u64 owner
 
__u32 nritems
 
__u8 level
 

Detailed Description

Definition at line 94 of file btrfs.h.

Member Data Documentation

◆ bytenr

__u64 btrfs_header::bytenr

Definition at line 98 of file btrfs.h.

◆ chunk_tree_uuid

__u8 btrfs_header::chunk_tree_uuid[BTRFS_UUID_SIZE]

Definition at line 102 of file btrfs.h.

◆ csum

__u8 btrfs_header::csum[BTRFS_CSUM_SIZE]

Definition at line 96 of file btrfs.h.

◆ flags

__u64 btrfs_header::flags

Definition at line 99 of file btrfs.h.

◆ fsid

__u8 btrfs_header::fsid[BTRFS_FSID_SIZE]

Definition at line 97 of file btrfs.h.

◆ generation

__u64 btrfs_header::generation

Definition at line 103 of file btrfs.h.

◆ level

__u8 btrfs_header::level

Definition at line 106 of file btrfs.h.

◆ nritems

__u32 btrfs_header::nritems

Definition at line 105 of file btrfs.h.

◆ owner

__u64 btrfs_header::owner

Definition at line 104 of file btrfs.h.


The documentation for this struct was generated from the following file: