OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:squashfs_xattr_id
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
squashfs_fs.h
215
#define SQUASHFS_XATTR_BYTES(A) ((A) * sizeof(struct
squashfs_xattr_id
))
479
struct
squashfs_xattr_id
{
struct
xattr.c
82
static struct
squashfs_xattr_id
*xattr_id_table = NULL;
460
struct
squashfs_xattr_id
*xattr_id;
463
sizeof(struct
squashfs_xattr_id
));
539
return generic_write_table(xattr_ids * sizeof(struct
squashfs_xattr_id
),
read_xattrs.c
58
static struct
squashfs_xattr_id
*xattr_ids;
squashfs_swap.h
224
SWAP_FUNC(64, s, d, xattr, struct
squashfs_xattr_id
);\
225
SWAP_FUNC(32, s, d, count, struct
squashfs_xattr_id
);\
226
SWAP_FUNC(32, s, d, size, struct
squashfs_xattr_id
);\
381
SQUASHFS_MEMCPY(s, d, sizeof(struct
squashfs_xattr_id
))
Completed in 118 milliseconds