FreeNOS
Data Fields
FileSystemMount Struct Reference

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...
 

Detailed Description

Represents a mounted filesystem.

Definition at line 35 of file FileSystemMount.h.

Field Documentation

◆ options

ulong FileSystemMount::options

Mount options.

Definition at line 44 of file FileSystemMount.h.

Referenced by FileSystemServer::mountHandler(), and FileSystemClient::request().

◆ path

char FileSystemMount::path[FileSystemPath::MaximumLength]

Path of the mount.

Definition at line 38 of file FileSystemMount.h.

Referenced by NetworkClient::initialize(), and FileSystemClient::request().

◆ procID

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().


The documentation for this struct was generated from the following file: