libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
On-disk data structure of a directory entry. Many of these follow a single sqfs_dir_header_t. More...
#include <dir.h>
Data Fields | |
sqfs_u16 | offset |
An offset into the uncompressed meta data block containing the coresponding inode. | |
sqfs_s16 | inode_diff |
Signed difference of the inode number from the one in the sqfs_dir_header_t. | |
sqfs_u16 | type |
The SQFS_INODE_TYPE value for the inode that this entry represents. | |
sqfs_u16 | size |
The size of the entry name. | |
sqfs_u8 | name [] |
The name of the directory entry (no trailing null-byte). | |
On-disk data structure of a directory entry. Many of these follow a single sqfs_dir_header_t.
See sqfs_dir_writer_t for an overview on how SquashFS stores directories on disk.
sqfs_s16 inode_diff |
Signed difference of the inode number from the one in the sqfs_dir_header_t.
sqfs_u8 name[] |
sqfs_u16 offset |
sqfs_u16 size |
sqfs_u16 type |
The SQFS_INODE_TYPE value for the inode that this entry represents.