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

#include <vfs_types.hpp>

+ Inheritance diagram for superblock_t:
+ Collaboration diagram for superblock_t:

Public Attributes

dentry_troot
 
filesystem_tfs
 
const superblock_ops_tops
 

Additional Inherited Members

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

Detailed Description

Definition at line 109 of file vfs_types.hpp.

Member Data Documentation

◆ root

dentry_t* root

Definition at line 111 of file vfs_types.hpp.

Referenced by cpio_i_lookup(), cpio_mount(), tmpfs_fsop_mount(), and userfs_fsop_mount().

◆ fs

◆ ops

const superblock_ops_t* ops

Definition at line 113 of file vfs_types.hpp.

Referenced by cpio_mount(), do_sync_inode(), tmpfs_fsop_mount(), and userfs_fsop_mount().


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