|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext.h>

Public Attributes | |
| USHORT | Mode |
| USHORT | UID |
| ULONG | Size |
| ULONG | Atime |
| ULONG | Ctime |
| ULONG | Mtime |
| ULONG | Dtime |
| USHORT | GID |
| USHORT | LinksCount |
| ULONG | BlocksCount |
| ULONG | Flags |
| ULONG | OSD1 |
| union { | |
| CHAR SymLink [60] | |
| struct { | |
| ULONG DirectBlocks [12] | |
| ULONG IndirectBlock | |
| ULONG DoubleIndirectBlock | |
| ULONG TripleIndirectBlock | |
| } Blocks | |
| EXT4_EXTENT_HEADER ExtentHeader | |
| }; | |
| ULONG | Generation |
| ULONG | FileACL |
| ULONG | DirACL |
| ULONG | FragAddress |
| ULONG | OSD2 [3] |
| union { ... } _ExtInode::@204 |
| ULONG _ExtInode::Atime |
Definition at line 158 of file ext.h.
Referenced by ExtReadInode().
| struct { ... } _ExtInode::Blocks |
Referenced by ExtReadBlockPointerList(), and ExtReadInode().
| ULONG _ExtInode::Ctime |
Definition at line 159 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::DirACL |
Definition at line 181 of file ext.h.
Referenced by ExtGetInodeFileSize(), and ExtReadInode().
| ULONG _ExtInode::Dtime |
Definition at line 161 of file ext.h.
Referenced by ExtReadInode().
| EXT4_EXTENT_HEADER _ExtInode::ExtentHeader |
Definition at line 177 of file ext.h.
Referenced by ExtReadBlockPointerList().
| ULONG _ExtInode::FileACL |
Definition at line 180 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::Flags |
Definition at line 165 of file ext.h.
Referenced by ExtReadBlockPointerList(), and ExtReadInode().
| ULONG _ExtInode::FragAddress |
Definition at line 182 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::Generation |
Definition at line 179 of file ext.h.
Referenced by ExtReadInode().
| USHORT _ExtInode::GID |
Definition at line 162 of file ext.h.
Referenced by ExtReadInode().
| USHORT _ExtInode::LinksCount |
Definition at line 163 of file ext.h.
Referenced by ExtReadInode().
| USHORT _ExtInode::Mode |
Definition at line 155 of file ext.h.
Referenced by ExtGetInodeFileSize(), ExtLookupFile(), ExtOpenFile(), ExtReadDirectory(), ExtReadFileBig(), and ExtReadInode().
| ULONG _ExtInode::Mtime |
Definition at line 160 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::OSD1 |
Definition at line 166 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::OSD2[3] |
Definition at line 183 of file ext.h.
Referenced by ExtReadInode().
| ULONG _ExtInode::Size |
Definition at line 157 of file ext.h.
Referenced by ExtGetInodeFileSize(), ExtLookupFile(), and ExtReadInode().
| CHAR _ExtInode::SymLink[60] |
Definition at line 169 of file ext.h.
Referenced by ExtReadFileBig().
| USHORT _ExtInode::UID |
Definition at line 156 of file ext.h.
Referenced by ExtReadInode().