| 
    libsquashfs 1.3.0
    
   A new set of tools and libraries for working with SquashFS images 
   | 
 
On-disk data structure that describes a set of key-value pairs. More...
#include <xattr.h>

Data Fields | |
| sqfs_u64 | xattr | 
| Location of the first key-value pair.   | |
| sqfs_u32 | count | 
| Number of consecutive key-value pairs.   | |
| sqfs_u32 | size | 
| Total size of the uncompressed key-value pairs in bytes, including data structures used to encode them.   | |
On-disk data structure that describes a set of key-value pairs.
See sqfs_xattr_reader_t for an overview how SquashFS stores extended attributes on disk.
| sqfs_u32 size | 
| sqfs_u64 xattr | 
Location of the first key-value pair.
This is a reference, i.e. the bits 16 to 48 hold an offset that is added to xattr_table_start from sqfs_xattr_id_table_t to get the location of a meta data block that contains the first key-value pair. The lower 16 bits store an offset into the uncompressed meta data block.