MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
ext2_dirent_t Struct Reference

The header of an ext2 directory entry. More...

Public Attributes

uint32_t inode
 Number of the inode that this directory entry points to.
 
uint16_t rec_len
 Length of this directory entry. Must be a multiple of 4.
 
uint8_t name_len
 Length of the file name.
 
uint8_t file_type
 File type code.
 
char name []
 File name, of maximum EXT2_NAME_LEN length.
 

Detailed Description

The header of an ext2 directory entry.


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