|
PatchworkOS
|
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 *root, dentry_t *mountpoint, mount_t *parent) |
| Create a new mount. | |
|
static |
Definition at line 7 of file mount.c.
References dentry_dec_mount_count(), DEREF, free(), mount, mount_t::mountpoint, NULL, mount_t::parent, mount_t::root, mount_t::superblock, and superblock_dec_mount_count().
Referenced by mount_new().