ReactOS 0.4.16-dev-937-g7afcd2a
_EXT_FILE_INFO Struct Reference

#include <ext.h>

Collaboration diagram for _EXT_FILE_INFO:

Public Attributes

ULONGLONG FileSize
 
ULONGLONG FilePointer
 
PULONG FileBlockList
 
EXT_INODE Inode
 
PEXT_VOLUME_INFO Volume
 

Detailed Description

Definition at line 244 of file ext.h.

Member Data Documentation

◆ FileBlockList

PULONG _EXT_FILE_INFO::FileBlockList

Definition at line 248 of file ext.h.

Referenced by ExtLookupFile(), ExtOpenFile(), ExtReadDirectory(), and ExtReadFileBig().

◆ FilePointer

ULONGLONG _EXT_FILE_INFO::FilePointer

Definition at line 247 of file ext.h.

Referenced by ExtLookupFile(), ExtReadDirectory(), and ExtReadFileBig().

◆ FileSize

ULONGLONG _EXT_FILE_INFO::FileSize

Definition at line 246 of file ext.h.

Referenced by ExtLookupFile(), ExtOpenFile(), ExtReadDirectory(), and ExtReadFileBig().

◆ Inode

EXT_INODE _EXT_FILE_INFO::Inode

Definition at line 249 of file ext.h.

Referenced by ExtLookupFile(), ExtOpenFile(), and ExtReadFileBig().

◆ Volume

PEXT_VOLUME_INFO _EXT_FILE_INFO::Volume

Definition at line 250 of file ext.h.

Referenced by ExtLookupFile(), ExtReadDirectory(), and ExtReadFileBig().


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