Searched refs:squashfs_symlink_inode_header (Results 1 - 7 of 7) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_swap.h127 SWAP_FUNC(16, s, d, inode_type, struct squashfs_symlink_inode_header);\
128 SWAP_FUNC(16, s, d, mode, struct squashfs_symlink_inode_header);\
129 SWAP_FUNC(16, s, d, uid, struct squashfs_symlink_inode_header);\
130 SWAP_FUNC(16, s, d, guid, struct squashfs_symlink_inode_header);\
131 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_symlink_inode_header);\
132 SWAP_FUNC(32, s, d, inode_number, struct squashfs_symlink_inode_header);\
133 SWAP_FUNC(32, s, d, nlink, struct squashfs_symlink_inode_header);\
134 SWAP_FUNC(32, s, d, symlink_size, struct squashfs_symlink_inode_header);\
361 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_symlink_inode_header))
H A Dsquashfs_fs.h363 struct squashfs_symlink_inode_header { struct
441 struct squashfs_symlink_inode_header symlink;
H A Dunsquash-4.c185 struct squashfs_symlink_inode_header *inode = &header.symlink;
194 sizeof(struct squashfs_symlink_inode_header),
201 sizeof(struct squashfs_symlink_inode_header) +
H A Dread_fs.c354 struct squashfs_symlink_inode_header inode;
356 if(NO_INODE_BYTES(squashfs_symlink_inode_header))
H A Dmksquashfs.c1154 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink;
1156 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
1167 struct squashfs_symlink_inode_header *symlink = &inode_header.symlink;
1169 size_t off = offsetof(struct squashfs_symlink_inode_header, symlink);
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h275 struct squashfs_symlink_inode_header { struct
324 struct squashfs_symlink_inode_header symlink;
433 sizeof(struct squashfs_symlink_inode_header));\
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c740 struct squashfs_symlink_inode_header *inodep =
742 struct squashfs_symlink_inode_header *sinodep =

Completed in 124 milliseconds