libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
Data structure that makes up the fragment table entries. More...
#include <block.h>
Data Fields | |
sqfs_u64 | start_offset |
Location of the fragment block on-disk. | |
sqfs_u32 | size |
Size of the fragment block in bytes. | |
sqfs_u32 | pad0 |
Unused. Always initialize this to 0. | |
sqfs_u64 start_offset |