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

#include <vfs_types.h>

+ Collaboration diagram for mount_t:

Public Attributes

 as_linked_list
 
dentry_troot
 
dentry_tmountpoint
 
superblock_tsuperblock
 
filesystem_tfs
 

Detailed Description

Definition at line 188 of file vfs_types.h.

Member Data Documentation

◆ as_linked_list

as_linked_list

Definition at line 190 of file vfs_types.h.

◆ root

◆ mountpoint

dentry_t* mountpoint

Definition at line 192 of file vfs_types.h.

Referenced by dentry_get_mount(), dentry_mount(), and dentry_unmount().

◆ superblock

superblock_t* superblock

Definition at line 193 of file vfs_types.h.

Referenced by dentry_mount().

◆ fs

Definition at line 194 of file vfs_types.h.

Referenced by dentry_mount().


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