libsquashfs 1.3.0
A new set of tools and libraries for working with SquashFS images
|
On-disk data structure that holds a single xattr key. More...
#include <xattr.h>
Data Fields | |
sqfs_u16 | type |
Encodes the prefix of the key. | |
sqfs_u16 | size |
The size in bytes of the suffix string that follows. | |
sqfs_u8 | key [] |
On-disk data structure that holds a single xattr key.
See sqfs_xattr_reader_t for an overview how SquashFS stores extended attributes on disk.
sqfs_u16 size |
sqfs_u16 type |
Encodes the prefix of the key.
A SQFS_XATTR_TYPE value. If the SQFS_XATTR_FLAG_OOL is set, the value that follows is not actually a string but a 64 bit reference to the location where the value is actually stored.