ReactOS 0.4.15-dev-7842-g558ab78
_ext2_filesys Struct Reference

#include <Mke2fs.h>

Collaboration diagram for _ext2_filesys:

Public Attributes

int flags
 
int blocksize
 
int fragsize
 
ULONG group_desc_count
 
unsigned long desc_blocks
 
PEXT2_GROUP_DESC group_desc
 
PEXT2_SUPER_BLOCK ext2_sb
 
unsigned long inode_blocks_per_group
 
PEXT2_INODE_BITMAP inode_map
 
PEXT2_BLOCK_BITMAP block_map
 
EXT2_BADBLK_LIST badblocks
 
__u32 stride
 
__u32 umask
 
__u32 reserved [8]
 
voidpriv_data
 
HANDLE MediaHandle
 
DISK_GEOMETRY DiskGeometry
 
PARTITION_INFORMATION PartInfo
 

Detailed Description

Definition at line 151 of file Mke2fs.h.

Member Data Documentation

◆ badblocks

EXT2_BADBLK_LIST _ext2_filesys::badblocks

Definition at line 164 of file Mke2fs.h.

◆ block_map

PEXT2_BLOCK_BITMAP _ext2_filesys::block_map

◆ blocksize

◆ desc_blocks

unsigned long _ext2_filesys::desc_blocks

Definition at line 157 of file Mke2fs.h.

Referenced by ext2_allocate_group_desc(), and ext2_initialize_sb().

◆ DiskGeometry

DISK_GEOMETRY _ext2_filesys::DiskGeometry

Definition at line 184 of file Mke2fs.h.

Referenced by Ext2GetMediaInfo().

◆ ext2_sb

◆ flags

int _ext2_filesys::flags

Definition at line 153 of file Mke2fs.h.

◆ fragsize

int _ext2_filesys::fragsize

Definition at line 155 of file Mke2fs.h.

Referenced by ext2_initialize_sb().

◆ group_desc

◆ group_desc_count

ULONG _ext2_filesys::group_desc_count

◆ inode_blocks_per_group

unsigned long _ext2_filesys::inode_blocks_per_group

Definition at line 160 of file Mke2fs.h.

Referenced by ext2_initialize_sb().

◆ inode_map

PEXT2_INODE_BITMAP _ext2_filesys::inode_map

◆ MediaHandle

◆ PartInfo

PARTITION_INFORMATION _ext2_filesys::PartInfo

Definition at line 186 of file Mke2fs.h.

Referenced by Ext2Format(), and Ext2GetMediaInfo().

◆ priv_data

void* _ext2_filesys::priv_data

Definition at line 180 of file Mke2fs.h.

◆ reserved

__u32 _ext2_filesys::reserved[8]

Definition at line 175 of file Mke2fs.h.

◆ stride

__u32 _ext2_filesys::stride

Definition at line 168 of file Mke2fs.h.

◆ umask

__u32 _ext2_filesys::umask

Definition at line 170 of file Mke2fs.h.

Referenced by create_bad_block_inode(), and create_lost_and_found().


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