ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <Mke2fs.h>
EXT2_BADBLK_LIST _ext2_filesys::badblocks |
PEXT2_BLOCK_BITMAP _ext2_filesys::block_map |
Definition at line 162 of file Mke2fs.h.
Referenced by ext2_allocate_block_bitmap(), ext2_allocate_tables(), ext2_free_block_bitmap(), and ext2_initialize_sb().
int _ext2_filesys::blocksize |
Definition at line 154 of file Mke2fs.h.
Referenced by create_lost_and_found(), ext2_allocate_group_desc(), ext2_block_map(), ext2_build_bdl(), ext2_expand_block(), ext2_expand_inode(), ext2_get_block(), ext2_get_inode_lba(), ext2_initialize_sb(), ext2_write_inode(), and Ext2Format().
Definition at line 157 of file Mke2fs.h.
Referenced by ext2_allocate_group_desc(), and ext2_initialize_sb().
DISK_GEOMETRY _ext2_filesys::DiskGeometry |
Definition at line 184 of file Mke2fs.h.
Referenced by Ext2GetMediaInfo().
PEXT2_SUPER_BLOCK _ext2_filesys::ext2_sb |
Definition at line 159 of file Mke2fs.h.
Referenced by create_bad_block_inode(), ext2_allocate_block_bitmap(), ext2_allocate_inode_bitmap(), ext2_block_map(), ext2_expand_block(), ext2_expand_inode(), ext2_get_block(), ext2_get_inode_lba(), ext2_initialize_sb(), and Ext2Format().
int _ext2_filesys::fragsize |
Definition at line 155 of file Mke2fs.h.
Referenced by ext2_initialize_sb().
PEXT2_GROUP_DESC _ext2_filesys::group_desc |
Definition at line 158 of file Mke2fs.h.
Referenced by create_bad_block_inode(), ext2_allocate_group_desc(), ext2_free_group_desc(), ext2_get_inode_lba(), and ext2_initialize_sb().
ULONG _ext2_filesys::group_desc_count |
Definition at line 156 of file Mke2fs.h.
Referenced by ext2_allocate_block_bitmap(), ext2_allocate_inode_bitmap(), ext2_allocate_tables(), and ext2_initialize_sb().
Definition at line 160 of file Mke2fs.h.
Referenced by ext2_initialize_sb().
PEXT2_INODE_BITMAP _ext2_filesys::inode_map |
Definition at line 161 of file Mke2fs.h.
Referenced by create_bad_block_inode(), ext2_allocate_inode_bitmap(), and ext2_free_inode_bitmap().
HANDLE _ext2_filesys::MediaHandle |
Definition at line 182 of file Mke2fs.h.
Referenced by Ext2CloseDevice(), Ext2DisMountVolume(), Ext2GetMediaInfo(), Ext2LockVolume(), Ext2OpenDevice(), Ext2ReadDisk(), Ext2UnLockVolume(), and Ext2WriteDisk().
PARTITION_INFORMATION _ext2_filesys::PartInfo |
Definition at line 186 of file Mke2fs.h.
Referenced by Ext2Format(), and Ext2GetMediaInfo().
__u32 _ext2_filesys::umask |
Definition at line 170 of file Mke2fs.h.
Referenced by create_bad_block_inode(), and create_lost_and_found().