ReactOS 0.4.15-dev-7994-gb388cb6
EXT2_FILE_INFO Struct Reference

#include <ext2.h>

Collaboration diagram for EXT2_FILE_INFO:

Public Attributes

ULONGLONG FileSize
 
ULONGLONG FilePointer
 
ULONGFileBlockList
 
EXT2_INODE Inode
 
PEXT2_VOLUME_INFO Volume
 

Detailed Description

Definition at line 231 of file ext2.h.

Member Data Documentation

◆ FileBlockList

ULONG* EXT2_FILE_INFO::FileBlockList

Definition at line 235 of file ext2.h.

Referenced by Ext2LookupFile(), Ext2OpenFile(), Ext2ReadDirectory(), and Ext2ReadFileBig().

◆ FilePointer

ULONGLONG EXT2_FILE_INFO::FilePointer

Definition at line 234 of file ext2.h.

Referenced by Ext2LookupFile(), Ext2ReadDirectory(), and Ext2ReadFileBig().

◆ FileSize

ULONGLONG EXT2_FILE_INFO::FileSize

Definition at line 233 of file ext2.h.

Referenced by Ext2LookupFile(), Ext2OpenFile(), Ext2ReadDirectory(), and Ext2ReadFileBig().

◆ Inode

EXT2_INODE EXT2_FILE_INFO::Inode

Definition at line 236 of file ext2.h.

Referenced by Ext2LookupFile(), Ext2OpenFile(), and Ext2ReadFileBig().

◆ Volume

PEXT2_VOLUME_INFO EXT2_FILE_INFO::Volume

Definition at line 237 of file ext2.h.

Referenced by Ext2LookupFile(), Ext2ReadDirectory(), and Ext2ReadFileBig().


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