![]() |
MOS Source Code
|
#include <vfs_types.hpp>
Public Attributes | |
| as_linked_list | |
| dentry_t * | root |
| dentry_t * | mountpoint |
| superblock_t * | superblock |
| filesystem_t * | fs |
Additional Inherited Members | |
| Static Public Attributes inherited from NamedType<"mount"> | |
| static constexpr mos::string_view | type_name |
Definition at line 194 of file vfs_types.hpp.
| as_linked_list |
Definition at line 196 of file vfs_types.hpp.
| dentry_t* root |
Definition at line 197 of file vfs_types.hpp.
| dentry_t* mountpoint |
Definition at line 198 of file vfs_types.hpp.
| superblock_t* superblock |
Definition at line 199 of file vfs_types.hpp.
| filesystem_t* fs |
Definition at line 200 of file vfs_types.hpp.