Searched refs:squashfs_ldev_inode_header (Results 1 – 5 of 5) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 115 SWAP_FUNC(16, s, d, inode_type, struct squashfs_ldev_inode_header);\ 116 SWAP_FUNC(16, s, d, mode, struct squashfs_ldev_inode_header);\ 117 SWAP_FUNC(16, s, d, uid, struct squashfs_ldev_inode_header);\ 118 SWAP_FUNC(16, s, d, guid, struct squashfs_ldev_inode_header);\ 119 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_ldev_inode_header);\ 120 SWAP_FUNC(32, s, d, inode_number, struct squashfs_ldev_inode_header);\ 121 SWAP_FUNC(32, s, d, nlink, struct squashfs_ldev_inode_header);\ 122 SWAP_FUNC(32, s, d, rdev, struct squashfs_ldev_inode_header);\ 123 SWAP_FUNC(32, s, d, xattr, struct squashfs_ldev_inode_header);\ 359 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_ldev_inode_header))
|
D | squashfs_fs.h | 351 struct squashfs_ldev_inode_header { struct 440 struct squashfs_ldev_inode_header ldev;
|
D | read_fs.c | 439 if(NO_INODE_BYTES(squashfs_ldev_inode_header)) in scan_inode_table() 444 cur_ptr += sizeof(struct squashfs_ldev_inode_header); in scan_inode_table()
|
D | unsquash-4.c | 219 struct squashfs_ldev_inode_header *inode = &header.ldev; in read_inode_4()
|
D | mksquashfs.c | 1170 struct squashfs_ldev_inode_header *dev = &inode_header.ldev; in create_inode()
|