|
FreeNOS
|
Provides information about an inode. More...
#include <FileSystem.h>
Data Fields | |
| u32 | inode |
| u16 | requested |
| < Inode number More... | |
| u16 | current |
| < Requested status flags of the inode More... | |
Provides information about an inode.
Definition at line 127 of file FileSystem.h.
| u16 FileSystem::WaitSet::current |
< Requested status flags of the inode
Definition at line 131 of file FileSystem.h.
Referenced by FileSystemServer::waitFileHandler(), and NetworkClient::waitSocket().
| u32 FileSystem::WaitSet::inode |
Definition at line 129 of file FileSystem.h.
Referenced by NetworkClient::waitSocket().
| u16 FileSystem::WaitSet::requested |
< Inode number
Definition at line 130 of file FileSystem.h.
Referenced by NetworkClient::waitSocket().
1.8.17