PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
mount_stack_t Struct Reference

Mount stack. More...

#include <namespace.h>

Collaboration diagram for mount_stack_t:

Data Fields

list_entry_t entry
 
map_entry_t mapEntry
 
mount_tmounts [MOUNT_STACK_MAX_MOUNTS]
 
uint64_t count
 

Detailed Description

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.

Field Documentation

◆ entry

list_entry_t mount_stack_t::entry

Definition at line 46 of file namespace.h.

◆ mapEntry

map_entry_t mount_stack_t::mapEntry

Definition at line 47 of file namespace.h.

◆ mounts

mount_t* mount_stack_t::mounts[MOUNT_STACK_MAX_MOUNTS]

Definition at line 48 of file namespace.h.

◆ count

uint64_t mount_stack_t::count

Definition at line 49 of file namespace.h.


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