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

On-disk data structure that holds a single xattr value. More...

#include <xattr.h>

Collaboration diagram for sqfs_xattr_value_t:

Data Fields

sqfs_u32 size
 The exact size in bytes of the value that follows.
 
sqfs_u8 value []
 

Detailed Description

On-disk data structure that holds a single xattr value.

See sqfs_xattr_reader_t for an overview how SquashFS stores extended attributes on disk.

Definition at line 78 of file xattr.h.


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