ReactOS 0.4.16-dev-959-g2ec3a19
|
#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::@188 |
ULONG _ExtInode::Atime |
Definition at line 146 of file ext.h.
Referenced by ExtReadInode().
struct { ... } _ExtInode::Blocks |
Referenced by ExtReadBlockPointerList(), and ExtReadInode().
ULONG _ExtInode::Ctime |
Definition at line 147 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::DirACL |
Definition at line 169 of file ext.h.
Referenced by ExtGetInodeFileSize(), and ExtReadInode().
ULONG _ExtInode::Dtime |
Definition at line 149 of file ext.h.
Referenced by ExtReadInode().
EXT4_EXTENT_HEADER _ExtInode::ExtentHeader |
Definition at line 165 of file ext.h.
Referenced by ExtReadBlockPointerList().
ULONG _ExtInode::FileACL |
Definition at line 168 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::Flags |
Definition at line 153 of file ext.h.
Referenced by ExtReadBlockPointerList(), and ExtReadInode().
ULONG _ExtInode::FragAddress |
Definition at line 170 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::Generation |
Definition at line 167 of file ext.h.
Referenced by ExtReadInode().
USHORT _ExtInode::GID |
Definition at line 150 of file ext.h.
Referenced by ExtReadInode().
USHORT _ExtInode::LinksCount |
Definition at line 151 of file ext.h.
Referenced by ExtReadInode().
USHORT _ExtInode::Mode |
Definition at line 143 of file ext.h.
Referenced by ExtGetInodeFileSize(), ExtLookupFile(), ExtOpenFile(), ExtReadDirectory(), ExtReadFileBig(), and ExtReadInode().
ULONG _ExtInode::Mtime |
Definition at line 148 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::OSD1 |
Definition at line 154 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::OSD2[3] |
Definition at line 171 of file ext.h.
Referenced by ExtReadInode().
ULONG _ExtInode::Size |
Definition at line 145 of file ext.h.
Referenced by ExtGetInodeFileSize(), ExtLookupFile(), and ExtReadInode().
CHAR _ExtInode::SymLink[60] |
Definition at line 157 of file ext.h.
Referenced by ExtReadFileBig().
USHORT _ExtInode::UID |
Definition at line 144 of file ext.h.
Referenced by ExtReadInode().