libsqsh v1.5.1
|
The extended attribute lookup table. More...
#include <sqsh_table_private.h>
Public Member Functions | |
SQSH_NO_EXPORT uint64_t | sqsh__xattr_table_start (struct SqshXattrTable *table) |
Retrieves the starting offset of the table. | |
SQSH_NO_EXPORT SQSH_NO_UNUSED int | sqsh__xattr_table_get (const struct SqshXattrTable *table, sqsh_index_t index, struct SqshDataXattrLookupTable *target) |
Retrieves an extended attribute from the table. | |
The extended attribute lookup table.
Definition at line 235 of file sqsh_table_private.h.
SQSH_NO_EXPORT SQSH_NO_UNUSED int sqsh__xattr_table_get | ( | const struct SqshXattrTable * | table, |
sqsh_index_t | index, | ||
struct SqshDataXattrLookupTable * | target ) |
Retrieves an extended attribute from the table.
[in] | table | The extended attribute table to retrieve the attribute from. |
[in] | index | The index of the attribute to retrieve. |
[out] | target | The extended attribute lookup table to store the attribute in. |
SQSH_NO_EXPORT uint64_t sqsh__xattr_table_start | ( | struct SqshXattrTable * | table | ) |
Retrieves the starting offset of the table.
[in] | table | The extended attribute table to retrieve the offset from. |