| 
    libsquashfs 1.3.0
    
   A new set of tools and libraries for working with SquashFS images 
   | 
 
On-disk data structure that the super block points to. More...
#include <xattr.h>

Data Fields | |
| sqfs_u64 | xattr_table_start | 
| The location of the first meta data block holding the key value pairs.   | |
| sqfs_u32 | xattr_ids | 
| The total number of descriptors (sqfs_xattr_id_t)   | |
| sqfs_u32 | unused | 
| Unused, alwayas set this to 0 when writing!   | |
| sqfs_u64 | locations [] | 
| Holds the locations of the meta data blocks that contain the sqfs_xattr_id_t descriptor array.   | |
On-disk data structure that the super block points to.
Indicates the locations of the xattr key-value pairs and descriptor array. See sqfs_xattr_reader_t for an overview how SquashFS stores extended attributes on disk.
| sqfs_u64 locations[] | 
Holds the locations of the meta data blocks that contain the sqfs_xattr_id_t descriptor array.
| sqfs_u32 xattr_ids | 
The total number of descriptors (sqfs_xattr_id_t)
| sqfs_u64 xattr_table_start |