|
PatchworkOS
19e446b
A non-POSIX operating system.
|
Mount stack. More...
#include <namespace.h>
Data Fields | |
| list_entry_t | entry |
| map_entry_t | mapEntry |
| mount_t * | mounts [MOUNT_STACK_MAX_MOUNTS] |
| uint64_t | count |
Mount stack.
Used to store a stack of mounts for a single path. The last mount added to the stack is given priority.
Definition at line 44 of file namespace.h.
| list_entry_t mount_stack_t::entry |
Definition at line 46 of file namespace.h.
| map_entry_t mount_stack_t::mapEntry |
Definition at line 47 of file namespace.h.
| mount_t* mount_stack_t::mounts[MOUNT_STACK_MAX_MOUNTS] |
Definition at line 48 of file namespace.h.
| uint64_t mount_stack_t::count |
Definition at line 49 of file namespace.h.