libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
Loading...
Searching...
No Matches
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:
Collaboration graph

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.

Field Documentation

◆ size

sqfs_u32 size

The exact size in bytes of the value that follows.

Definition at line 82 of file xattr.h.

◆ value

sqfs_u8 value[]

Definition at line 83 of file xattr.h.


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