Searched refs:squashfs_reg_inode_header (Results 1 – 7 of 7) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 138 SWAP_FUNC(16, s, d, inode_type, struct squashfs_reg_inode_header);\ 139 SWAP_FUNC(16, s, d, mode, struct squashfs_reg_inode_header);\ 140 SWAP_FUNC(16, s, d, uid, struct squashfs_reg_inode_header);\ 141 SWAP_FUNC(16, s, d, guid, struct squashfs_reg_inode_header);\ 142 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_reg_inode_header);\ 143 SWAP_FUNC(32, s, d, inode_number, struct squashfs_reg_inode_header);\ 144 SWAP_FUNC(32, s, d, start_block, struct squashfs_reg_inode_header);\ 145 SWAP_FUNC(32, s, d, fragment, struct squashfs_reg_inode_header);\ 146 SWAP_FUNC(32, s, d, offset, struct squashfs_reg_inode_header);\ 147 SWAP_FUNC(32, s, d, file_size, struct squashfs_reg_inode_header);\ [all …]
|
D | squashfs_fs.h | 375 struct squashfs_reg_inode_header { struct 442 struct squashfs_reg_inode_header reg;
|
D | read_fs.c | 242 struct squashfs_reg_inode_header inode; in scan_inode_table() 247 if(NO_INODE_BYTES(squashfs_reg_inode_header)) in scan_inode_table()
|
D | unsquash-4.c | 144 struct squashfs_reg_inode_header *inode = &header.reg; in read_inode_4()
|
D | mksquashfs.c | 984 struct squashfs_reg_inode_header *reg = &inode_header.reg; in create_inode() 985 size_t off = offsetof(struct squashfs_reg_inode_header, block_list); in create_inode()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 282 struct squashfs_reg_inode_header { struct 325 struct squashfs_reg_inode_header reg; 441 sizeof(struct squashfs_reg_inode_header));\
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 557 struct squashfs_reg_inode_header *inodep = &id.reg; in squashfs_iget() 558 struct squashfs_reg_inode_header *sinodep = &sid.reg; in squashfs_iget()
|