|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <kernel/fs/mount.h>#include <kernel/fs/vfs.h>#include <kernel/log/log.h>#include <stdlib.h>#include <sys/list.h>Go to the source code of this file.
Functions | |
| static void | mount_free (mount_t *mount) |
| mount_t * | mount_new (superblock_t *superblock, dentry_t *source, dentry_t *target, mount_t *parent, mode_t mode) |
| Create a new mount. | |