MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
super_block_t Struct Reference

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_troot
 Pointer to the root file of the given filesystem.
 
file_system_typetype
 Pointer to the information regarding the filesystem.
 
list_head mounts
 List to hold all active mounting points.
 

Detailed Description

A structure that represents an instance of a filesystem, i.e., a mounted filesystem.


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