MentOS
0.8.0
The Mentoring Operating System
|
A structure that represents an instance of a filesystem, i.e., a mounted filesystem. More...
Public Attributes | |
char | name [NAME_MAX] |
Name of the superblock. | |
char | path [PATH_MAX] |
Path of the superblock. | |
vfs_file_t * | root |
Pointer to the root file of the given filesystem. | |
file_system_type * | type |
Pointer to the information regarding the filesystem. | |
list_head | mounts |
List to hold all active mounting points. | |
A structure that represents an instance of a filesystem, i.e., a mounted filesystem.