ReactOS 0.4.15-dev-7934-g1dc8d80
ext2_dir_entry_2 Struct Reference

#include <ext2_fs.h>

Public Attributes

__u32 inode
 
__u16 rec_len
 
__u8 name_len
 
__u8 file_type
 
char name [EXT2_NAME_LEN]
 

Detailed Description

Definition at line 505 of file ext2_fs.h.

Member Data Documentation

◆ file_type

__u8 ext2_dir_entry_2::file_type

Definition at line 509 of file ext2_fs.h.

◆ inode

__u32 ext2_dir_entry_2::inode

Definition at line 506 of file ext2_fs.h.

◆ name

char ext2_dir_entry_2::name

Definition at line 510 of file ext2_fs.h.

◆ name_len

__u8 ext2_dir_entry_2::name_len

Definition at line 508 of file ext2_fs.h.

◆ rec_len

__u16 ext2_dir_entry_2::rec_len

Definition at line 507 of file ext2_fs.h.


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