Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
mount Struct Reference

#include <mount.h>

Data Fields

cdev_ptr_t dev
 
dentry_ptr mount_point
 
vnode_ptr_t root
 
int flags
 

Detailed Description

Definition at line 12 of file mount.h.

Field Documentation

◆ dev

cdev_ptr_t mount::dev

Definition at line 13 of file mount.h.

◆ flags

int mount::flags

Definition at line 16 of file mount.h.

◆ mount_point

dentry_ptr mount::mount_point

Definition at line 14 of file mount.h.

◆ root

vnode_ptr_t mount::root

Definition at line 15 of file mount.h.


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