Expand description
Inode table.
See https://dr-emann.github.io/squashfs/squashfs.html#_inode_table
Structs§
- Directory
Table Location - Location in the directory table.
- Inode
Ref - Reference to an inode, encoding block start and offset.
- Inode
Table - Inode table
Enums§
Traits§
- Directory
Inode - Trait to encompass
BasicDirectoryandExtendedDirectory - File
Inode - Trait to encompass
BasicFileandExtendedFile.