ReactOS 0.4.15-dev-7842-g558ab78
ext4_extent Struct Reference

#include <ext4_ext.h>

Public Attributes

uint32_t ee_block
 
uint16_t ee_len
 
uint16_t ee_start_hi
 
uint32_t ee_start_lo
 

Detailed Description

Definition at line 19 of file ext4_ext.h.

Member Data Documentation

◆ ee_block

◆ ee_len

uint16_t ext4_extent::ee_len

Definition at line 21 of file ext4_ext.h.

Referenced by ext4_ext_get_blocks(), ext4_ext_insert_extent(), and ext4_split_extent_at().

◆ ee_start_hi

uint16_t ext4_extent::ee_start_hi

Definition at line 22 of file ext4_ext.h.

◆ ee_start_lo

uint32_t ext4_extent::ee_start_lo

Definition at line 23 of file ext4_ext.h.


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