|
MentOS
0.8.0
The Mentoring Operating System
|
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. | |
The header of an ext2 directory entry.