Module inodes

Module inodes 

Source
Expand description

Structs§

DirectoryTableLocation
Location in the directory table.
InodeRef
Reference to an inode, encoding block start and offset.
InodeTable
Inode table

Enums§

InodeType

Traits§

DirectoryInode
Trait to encompass BasicDirectory and ExtendedDirectory
FileInode
Trait to encompass BasicFile and ExtendedFile.