Searched refs:squashfs_dev_inode_header (Results 1 – 7 of 7) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | 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))
|
D | squashfs_fs.h | 340 struct squashfs_dev_inode_header { struct 439 struct squashfs_dev_inode_header dev;
|
D | read_fs.c | 430 if(NO_INODE_BYTES(squashfs_dev_inode_header)) in scan_inode_table() 435 cur_ptr += sizeof(struct squashfs_dev_inode_header); in scan_inode_table()
|
D | unsquash-4.c | 209 struct squashfs_dev_inode_header *inode = &header.dev; in read_inode_4()
|
D | mksquashfs.c | 1145 struct squashfs_dev_inode_header *dev = &inode_header.dev; in create_inode()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | 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/ |
D | inode.c | 779 struct squashfs_dev_inode_header *inodep = &id.dev; in squashfs_iget() 780 struct squashfs_dev_inode_header *sinodep = &sid.dev; in squashfs_iget()
|