|
libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
On-disk data structure of a directory index. A series of those can follow an sqfs_inode_dir_ext_t. More...
#include <dir.h>

Data Fields | |
| sqfs_u32 | index |
| Linear byte offset into the decompressed directory listing. | |
| sqfs_u32 | start_block |
| Location of the meta data block, relative to the directory table start. | |
| sqfs_u32 | size |
| Size of the name of the first entry after the header. | |
| sqfs_u8 | name [] |
| Name of the name of the first entry after the header. | |
On-disk data structure of a directory index. A series of those can follow an sqfs_inode_dir_ext_t.
See sqfs_dir_writer_t for an overview on how SquashFS stores directories on disk.
| sqfs_u32 index |
| sqfs_u8 name[] |
| sqfs_u32 size |
| sqfs_u32 start_block |