/external/squashfs-tools/squashfs-tools/ |
squashfs_swap.h | 151 SWAP_FUNC(16, s, d, inode_type, struct squashfs_lreg_inode_header);\ 152 SWAP_FUNC(16, s, d, mode, struct squashfs_lreg_inode_header);\ 153 SWAP_FUNC(16, s, d, uid, struct squashfs_lreg_inode_header);\ 154 SWAP_FUNC(16, s, d, guid, struct squashfs_lreg_inode_header);\ 155 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_lreg_inode_header);\ 156 SWAP_FUNC(32, s, d, inode_number, struct squashfs_lreg_inode_header);\ 157 SWAP_FUNC(64, s, d, start_block, struct squashfs_lreg_inode_header);\ 158 SWAP_FUNC(64, s, d, file_size, struct squashfs_lreg_inode_header);\ 159 SWAP_FUNC(64, s, d, sparse, struct squashfs_lreg_inode_header);\ 160 SWAP_FUNC(32, s, d, nlink, struct squashfs_lreg_inode_header);\ [all...] |
squashfs_fs.h | 389 struct squashfs_lreg_inode_header { struct 443 struct squashfs_lreg_inode_header lreg;
|
unsquash-4.c | 164 struct squashfs_lreg_inode_header *inode = &header.lreg;
|
read_fs.c | 297 struct squashfs_lreg_inode_header inode; 302 if(NO_INODE_BYTES(squashfs_lreg_inode_header))
|
mksquashfs.c | 930 struct squashfs_lreg_inode_header *reg = &inode_header.lreg; 931 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); [all...] |
/external/squashfs-tools/kernel-2.4/include/linux/ |
squashfs_fs.h | 291 struct squashfs_lreg_inode_header { struct 326 struct squashfs_lreg_inode_header lreg; 451 sizeof(struct squashfs_lreg_inode_header));\
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 610 struct squashfs_lreg_inode_header *inodep = &id.lreg; 611 struct squashfs_lreg_inode_header *sinodep = &sid.lreg; [all...] |