Searched refs:squashfs_xattr_id (Results 1 – 4 of 4) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 82 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()
|
D | squashfs_fs.h | 215 #define SQUASHFS_XATTR_BYTES(A) ((A) * sizeof(struct squashfs_xattr_id)) 479 struct squashfs_xattr_id { struct
|
D | 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))
|
D | read_xattrs.c | 58 static struct squashfs_xattr_id *xattr_ids;
|