|
FreeNOS
|
Represents a mounted filesystem. More...
#include <FileSystemMount.h>
Data Fields | |
| char | path [FileSystemPath::MaximumLength] |
| Path of the mount. More... | |
| ProcessID | procID |
| Server which is responsible for the mount. More... | |
| ulong | options |
| Mount options. More... | |
Represents a mounted filesystem.
Definition at line 35 of file FileSystemMount.h.
| ulong FileSystemMount::options |
Mount options.
Definition at line 44 of file FileSystemMount.h.
Referenced by FileSystemServer::mountHandler(), and FileSystemClient::request().
| char FileSystemMount::path[FileSystemPath::MaximumLength] |
Path of the mount.
Definition at line 38 of file FileSystemMount.h.
Referenced by NetworkClient::initialize(), and FileSystemClient::request().
| ProcessID FileSystemMount::procID |
Server which is responsible for the mount.
Definition at line 41 of file FileSystemMount.h.
Referenced by FileSystemClient::findMount(), FileSystemServer::mountHandler(), FileSystemServer::redirectRequest(), and FileSystemClient::request().
1.8.17