MOS Source Code
Loading...
Searching...
No Matches
mount.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
6
7#include <mos/shared_ptr.hpp>
8
10
12
list_node_t list_head
A linked list head.
Definition list.hpp:23
list_head vfs_mountpoint_list
Definition mount.cpp:14
dentry_t * dentry_root_get_mountpoint(dentry_t *dentry)
Given a mounted root dentry, return the mountpoint dentry that points to it.
Definition mount.cpp:22
ptr< mount_t > dentry_get_mount(const dentry_t *dentry)
Definition mount.cpp:50
mos::shared_ptr< T > ptr