Home
last modified time | relevance | path

Searched refs:squashfs_xattr_id (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dxattr.c82 static struct squashfs_xattr_id *xattr_id_table = NULL;
460 struct squashfs_xattr_id *xattr_id; in get_xattr_id()
463 sizeof(struct squashfs_xattr_id)); in get_xattr_id()
539 return generic_write_table(xattr_ids * sizeof(struct squashfs_xattr_id), in write_xattrs()
Dsquashfs_fs.h215 #define SQUASHFS_XATTR_BYTES(A) ((A) * sizeof(struct squashfs_xattr_id))
479 struct squashfs_xattr_id { struct
Dsquashfs_swap.h224 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))
Dread_xattrs.c58 static struct squashfs_xattr_id *xattr_ids;