libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
Loading...
Searching...
No Matches
sqfs_fragment_t Struct Reference

Data structure that makes up the fragment table entries. More...

#include <block.h>

Collaboration diagram for sqfs_fragment_t:
Collaboration graph

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.
 

Detailed Description

Data structure that makes up the fragment table entries.

Definition at line 42 of file block.h.

Field Documentation

◆ pad0

sqfs_u32 pad0

Unused. Always initialize this to 0.

Definition at line 56 of file block.h.

◆ size

sqfs_u32 size

Size of the fragment block in bytes.

Definition at line 51 of file block.h.

◆ start_offset

sqfs_u64 start_offset

Location of the fragment block on-disk.

Definition at line 46 of file block.h.


The documentation for this struct was generated from the following file: