ReactOS 0.4.15-dev-7918-g2a2556c
DEV_EXTENT Struct Reference

#include <btrfs.h>

Collaboration diagram for DEV_EXTENT:

Public Attributes

uint64_t chunktree
 
uint64_t objid
 
uint64_t address
 
uint64_t length
 
BTRFS_UUID chunktree_uuid
 

Detailed Description

Definition at line 468 of file btrfs.h.

Member Data Documentation

◆ address

uint64_t DEV_EXTENT::address

Definition at line 471 of file btrfs.h.

Referenced by create_chunk(), and find_chunk_offset().

◆ chunktree

uint64_t DEV_EXTENT::chunktree

Definition at line 469 of file btrfs.h.

Referenced by create_chunk(), and find_chunk_offset().

◆ chunktree_uuid

BTRFS_UUID DEV_EXTENT::chunktree_uuid

Definition at line 473 of file btrfs.h.

Referenced by create_chunk(), and find_chunk_offset().

◆ length

uint64_t DEV_EXTENT::length

◆ objid

uint64_t DEV_EXTENT::objid

Definition at line 470 of file btrfs.h.

Referenced by create_chunk(), and find_chunk_offset().


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