ReactOS 0.4.16-dev-106-g10b08aa
|
#include <ext2.h>
Public Attributes | |
ULONG | block_id |
ULONG | inode_id |
ULONG | inode_table_id |
USHORT | free_blocks |
USHORT | free_inodes |
USHORT | used_dirs |
USHORT | pad |
ULONG | reserved [3] |
ULONG ext2_block_group::block_id |
Definition at line 112 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor().
USHORT ext2_block_group::free_blocks |
Definition at line 115 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor().
USHORT ext2_block_group::free_inodes |
Definition at line 116 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor().
ULONG ext2_block_group::inode_id |
Definition at line 113 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor().
ULONG ext2_block_group::inode_table_id |
Definition at line 114 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor(), and Ext2ReadInode().
USHORT ext2_block_group::used_dirs |
Definition at line 117 of file ext2.h.
Referenced by Ext2ReadGroupDescriptor().