ReactOS 0.4.16-dev-1946-g52006dd
_EXT_FILE_INFO Struct Reference

#include <ext.h>

Collaboration diagram for _EXT_FILE_INFO:

Public Attributes

PEXT_VOLUME_INFO Volume
 
PULONG FileBlockList
 
EXT_INODE Inode
 
ULONGLONG FileSize
 
ULONGLONG FilePointer
 
ULONG FileNameLength
 
UCHAR Attributes
 
CHAR FileName [RTL_FIELD_SIZE(FILEINFORMATION, FileName)]
 

Detailed Description

Definition at line 233 of file ext.h.

Member Data Documentation

◆ Attributes

UCHAR _EXT_FILE_INFO::Attributes

Definition at line 241 of file ext.h.

Referenced by ExtLookupFile().

◆ FileBlockList

PULONG _EXT_FILE_INFO::FileBlockList

Definition at line 236 of file ext.h.

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

◆ FileName

CHAR _EXT_FILE_INFO::FileName[RTL_FIELD_SIZE(FILEINFORMATION, FileName)]

Definition at line 242 of file ext.h.

Referenced by ExtLookupFile().

◆ FileNameLength

ULONG _EXT_FILE_INFO::FileNameLength

Definition at line 240 of file ext.h.

Referenced by ExtLookupFile().

◆ FilePointer

ULONGLONG _EXT_FILE_INFO::FilePointer

Definition at line 239 of file ext.h.

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

◆ FileSize

ULONGLONG _EXT_FILE_INFO::FileSize

Definition at line 238 of file ext.h.

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

◆ Inode

EXT_INODE _EXT_FILE_INFO::Inode

Definition at line 237 of file ext.h.

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

◆ Volume

PEXT_VOLUME_INFO _EXT_FILE_INFO::Volume

Definition at line 235 of file ext.h.

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


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