Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
mount.h File Reference
#include "vfs/dentry.h"
#include "vfs/dev.h"
#include "vfs/vnode.h"

Go to the source code of this file.

Data Structures

struct  mount
 

Typedefs

typedef struct mount mount_t
 
typedef mount_tmount_ptr_t
 

Functions

mount_ptr_t vxAllocMountTable ()
 

Typedef Documentation

◆ mount_ptr_t

typedef mount_t* mount_ptr_t

Definition at line 18 of file mount.h.

◆ mount_t

typedef struct mount mount_t

Function Documentation

◆ vxAllocMountTable()

mount_ptr_t vxAllocMountTable ( )