Modules
Structs
- A handle to a directory, it has the inode which controls the properties of the node in the filesystem
- A handle to a file, it has the inode which controls the properties of the node in the filesystem
Enums
- A node in the filesystem, can be a file or a directory
- A node of the filesystem, it can be anything, a file, a device or a directory
Constants
- This is not used at all, just an indicator in
Directory::fetch_entries
Statics
Traits
- A filesystem trait, this is the main interface to interact with the filesystem it is used to open files, directories, read and write files, etc.
Functions
- Loads the hard disk specified in the argument it will load the first partition (MBR) if any, otherwise it will treat the whole disk as one partition
- Open the inode of a path, this include directories and files.