PatchworkOS
Loading...
Searching...
No Matches
mount.h File Reference
#include <kernel/utils/map.h>
#include <kernel/utils/ref.h>
#include <stdatomic.h>
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  mount_t
 Mount structure. More...
 

Typedefs

typedef struct mount mount_t
 
typedef struct superblock superblock_t
 
typedef struct dentry dentry_t
 
typedef struct path path_t
 
typedef uint64_t mount_id_t
 Mount ID type.
 

Functions

mount_tmount_new (superblock_t *superblock, dentry_t *root, dentry_t *mountpoint, mount_t *parent)
 Create a new mount.
 

Typedef Documentation

◆ dentry_t

typedef struct dentry dentry_t

Definition at line 11 of file mount.h.

◆ mount_t

typedef struct mount mount_t

Definition at line 9 of file mount.h.

◆ path_t

typedef struct path path_t

Definition at line 12 of file mount.h.

◆ superblock_t

typedef struct superblock superblock_t

Definition at line 10 of file mount.h.