On-disk data structure of a directory entry. Many of these follow a single sqfs_dir_header_t.
sqfs_s16 inode_diff
Signed difference of the inode number from the one in the sqfs_dir_header_t.
sqfs_u16 offset
An offset into the uncompressed meta data block containing the coresponding inode.
sqfs_u16 size
The size of the entry name.
sqfs_u8 name[]
The name of the directory entry (no trailing null-byte).
sqfs_u16 type
The SQFS_INODE_TYPE value for the inode that this entry represents.