MOS Source Code
Loading...
Searching...
No Matches
mount.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
6
8
9mount_t *dentry_get_mount(const dentry_t *dentry);
10
list_node_t list_head
A linked list head.
Definition list.h:23
dentry_t * dentry_root_get_mountpoint(dentry_t *dentry)
Given a mounted root dentry, return the mountpoint dentry that points to it.
Definition mount.c:28
mount_t * dentry_get_mount(const dentry_t *dentry)
Definition mount.c:56
list_head vfs_mountpoint_list
Definition mount.c:20