MOS Source Code
Loading...
Searching...
No Matches
mount_t Struct Referencefinal

#include <vfs_types.hpp>

+ Inheritance diagram for mount_t:
+ Collaboration diagram for mount_t:

Public Attributes

 as_linked_list
 
dentry_troot
 
dentry_tmountpoint
 
superblock_tsuperblock
 
filesystem_tfs
 

Additional Inherited Members

- Static Public Attributes inherited from NamedType<"mount">
static constexpr mos::string_view type_name
 

Detailed Description

Definition at line 194 of file vfs_types.hpp.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 196 of file vfs_types.hpp.

◆ root

dentry_t* root

Definition at line 197 of file vfs_types.hpp.

◆ mountpoint

dentry_t* mountpoint

Definition at line 198 of file vfs_types.hpp.

◆ superblock

superblock_t* superblock

Definition at line 199 of file vfs_types.hpp.

◆ fs

Definition at line 200 of file vfs_types.hpp.


The documentation for this struct was generated from the following file: