ReactOS 0.4.15-dev-7961-gdcf9eb0
ext2_dirent Struct Reference

#include <ext2.h>

Public Attributes

ULONG inode
 
USHORT direntlen
 
UCHAR namelen
 
UCHAR filetype
 
CHAR name [EXT2_NAME_LEN]
 

Detailed Description

Definition at line 158 of file ext2.h.

Member Data Documentation

◆ direntlen

USHORT ext2_dirent::direntlen

Definition at line 161 of file ext2.h.

Referenced by Ext2SearchDirectoryBufferForFile().

◆ filetype

UCHAR ext2_dirent::filetype

Definition at line 163 of file ext2.h.

Referenced by Ext2SearchDirectoryBufferForFile().

◆ inode

ULONG ext2_dirent::inode

Definition at line 160 of file ext2.h.

Referenced by Ext2LookupFile(), and Ext2SearchDirectoryBufferForFile().

◆ name

CHAR ext2_dirent::name[EXT2_NAME_LEN]

Definition at line 164 of file ext2.h.

Referenced by Ext2SearchDirectoryBufferForFile().

◆ namelen

UCHAR ext2_dirent::namelen

Definition at line 162 of file ext2.h.

Referenced by Ext2SearchDirectoryBufferForFile().


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