Searched refs:squashfs_lreg_inode_header (Results 1 – 7 of 7) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | 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 …]
|
D | squashfs_fs.h | 389 struct squashfs_lreg_inode_header { struct 443 struct squashfs_lreg_inode_header lreg;
|
D | read_fs.c | 297 struct squashfs_lreg_inode_header inode; in scan_inode_table() 302 if(NO_INODE_BYTES(squashfs_lreg_inode_header)) in scan_inode_table()
|
D | unsquash-4.c | 164 struct squashfs_lreg_inode_header *inode = &header.lreg; in read_inode_4()
|
D | mksquashfs.c | 1025 struct squashfs_lreg_inode_header *reg = &inode_header.lreg; in create_inode() 1026 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); in create_inode()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | 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/ |
D | inode.c | 610 struct squashfs_lreg_inode_header *inodep = &id.lreg; in squashfs_iget() 611 struct squashfs_lreg_inode_header *sinodep = &sid.lreg; in squashfs_iget()
|