libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
On-disk data structure of a directory header. More...
#include <dir.h>
Data Fields | |
sqfs_u32 | count |
The number of sqfs_dir_entry_t entries that are following. | |
sqfs_u32 | start_block |
The location of the meta data block containing the inodes for the entries that follow, relative to the start of the inode table. | |
sqfs_u32 | inode_number |
The inode number of the first entry. | |
On-disk data structure of a directory header.
See sqfs_dir_writer_t for an overview on how SquashFS stores directories on disk.
sqfs_u32 count |
The number of sqfs_dir_entry_t entries that are following.
This value is stored off by one and the total count must not exceed 256.
sqfs_u32 start_block |