|
PatchworkOS
|
#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_t * | mount_new (superblock_t *superblock, dentry_t *root, dentry_t *mountpoint, mount_t *parent) |
| Create a new mount. | |
| typedef struct superblock superblock_t |