ReactOS 0.4.15-dev-8052-gc0e3179
ext3_dir_entry Struct Reference

#include <ext3_fs.h>

Public Attributes

__le32 inode
 
__le16 rec_len
 
__le16 name_len
 
char name [EXT3_NAME_LEN]
 

Detailed Description

Definition at line 761 of file ext3_fs.h.

Member Data Documentation

◆ inode

__le32 ext3_dir_entry::inode

Definition at line 762 of file ext3_fs.h.

◆ name

char ext3_dir_entry::name[EXT3_NAME_LEN]

Definition at line 765 of file ext3_fs.h.

◆ name_len

__le16 ext3_dir_entry::name_len

Definition at line 764 of file ext3_fs.h.

◆ rec_len

__le16 ext3_dir_entry::rec_len

Definition at line 763 of file ext3_fs.h.


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