libsquashfs  1.3.2
A new set of tools and libraries for working with SquashFS images
sqfs_xattr_id_table_t Struct Reference

On-disk data structure that the super block points to. More...

#include <xattr.h>

Collaboration diagram for sqfs_xattr_id_table_t:

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.
 

Detailed Description

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.

Definition at line 127 of file xattr.h.


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