/external/squashfs-tools/squashfs-tools/ |
squashfs_swap.h | 104 SWAP_FUNC(16, s, d, inode_type, struct squashfs_dev_inode_header);\ 105 SWAP_FUNC(16, s, d, mode, struct squashfs_dev_inode_header);\ 106 SWAP_FUNC(16, s, d, uid, struct squashfs_dev_inode_header);\ 107 SWAP_FUNC(16, s, d, guid, struct squashfs_dev_inode_header);\ 108 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_dev_inode_header);\ 109 SWAP_FUNC(32, s, d, inode_number, struct squashfs_dev_inode_header);\ 110 SWAP_FUNC(32, s, d, nlink, struct squashfs_dev_inode_header);\ 111 SWAP_FUNC(32, s, d, rdev, struct squashfs_dev_inode_header);\ 357 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_dev_inode_header))
|
squashfs_fs.h | 340 struct squashfs_dev_inode_header { struct 439 struct squashfs_dev_inode_header dev;
|
unsquash-4.c | 209 struct squashfs_dev_inode_header *inode = &header.dev;
|
read_fs.c | 430 if(NO_INODE_BYTES(squashfs_dev_inode_header)) 435 cur_ptr += sizeof(struct squashfs_dev_inode_header);
|
mksquashfs.c | 1000 struct squashfs_dev_inode_header *dev = &inode_header.dev; [all...] |
/external/squashfs-tools/kernel-2.4/include/linux/ |
squashfs_fs.h | 269 struct squashfs_dev_inode_header { struct 323 struct squashfs_dev_inode_header dev; 425 sizeof(struct squashfs_dev_inode_header)); \
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
inode.c | 779 struct squashfs_dev_inode_header *inodep = &id.dev; 780 struct squashfs_dev_inode_header *sinodep = &sid.dev; [all...] |