|
FreeNOS
|
#include <Types.h>Go to the source code of this file.
Data Structures | |
| struct | LinnDirectoryEntry |
| Struct of an directory entry in LinnFS. More... | |
Macros | |
| #define | LINN_DIRENT_PER_BLOCK(sb) ((sb)->blockSize / sizeof(LinnDirectoryEntry)) |
| Calculates the number of LinnDirectoryEntry's fitting in one block. More... | |
| #define | LINN_DIRENT_NAME_LEN 59 |
| Length of the name field in an directory entry. More... | |
Typedefs | |
| typedef struct LinnDirectoryEntry | LinnDirectoryEntry |
| Struct of an directory entry in LinnFS. More... | |
1.8.17