FreeNOS
|
Struct of an directory entry in LinnFS. More...
#include <LinnDirectoryEntry.h>
Data Fields | |
le32 | inode |
Inode number. More... | |
u8 | type |
Type of file, as an FileType. More... | |
char | name [LINN_DIRENT_NAME_LEN] |
File name. More... | |
Struct of an directory entry in LinnFS.
Definition at line 44 of file LinnDirectoryEntry.h.
le32 LinnDirectoryEntry::inode |
Inode number.
Definition at line 47 of file LinnDirectoryEntry.h.
Referenced by LinnDirectory::read().
char LinnDirectoryEntry::name[LINN_DIRENT_NAME_LEN] |
File name.
Null terminated.
Definition at line 53 of file LinnDirectoryEntry.h.
Referenced by LinnDirectory::getLinnDirectoryEntry(), and LinnDirectory::read().
u8 LinnDirectoryEntry::type |
Type of file, as an FileType.
Definition at line 50 of file LinnDirectoryEntry.h.