PatchworkOS
Loading...
Searching...
No Matches
mount.c File Reference
#include <kernel/fs/mount.h>
#include <kernel/fs/vfs.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ mount_free()

static void mount_free ( mount_t mount)
static