Searched refs:squashfs_dir_inode_header (Results 1 – 7 of 7) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 167 SWAP_FUNC(16, s, d, inode_type, struct squashfs_dir_inode_header);\ 168 SWAP_FUNC(16, s, d, mode, struct squashfs_dir_inode_header);\ 169 SWAP_FUNC(16, s, d, uid, struct squashfs_dir_inode_header);\ 170 SWAP_FUNC(16, s, d, guid, struct squashfs_dir_inode_header);\ 171 SWAP_FUNC##S(32, s, d, mtime, struct squashfs_dir_inode_header);\ 172 SWAP_FUNC(32, s, d, inode_number, struct squashfs_dir_inode_header);\ 173 SWAP_FUNC(32, s, d, start_block, struct squashfs_dir_inode_header);\ 174 SWAP_FUNC(32, s, d, nlink, struct squashfs_dir_inode_header);\ 175 SWAP_FUNC(16, s, d, file_size, struct squashfs_dir_inode_header);\ 176 SWAP_FUNC(16, s, d, offset, struct squashfs_dir_inode_header);\ [all …]
|
D | squashfs_fs.h | 406 struct squashfs_dir_inode_header { struct 444 struct squashfs_dir_inode_header dir;
|
D | read_fs.c | 188 sizeof(struct squashfs_dir_inode_header))) in scan_inode_table() 380 struct squashfs_dir_inode_header dir_inode; in scan_inode_table() 382 if(NO_INODE_BYTES(squashfs_dir_inode_header)) in scan_inode_table() 392 cur_ptr += sizeof(struct squashfs_dir_inode_header); in scan_inode_table()
|
D | unsquash-4.c | 122 struct squashfs_dir_inode_header *inode = &header.dir; in read_inode_4()
|
D | mksquashfs.c | 1131 struct squashfs_dir_inode_header *dir = &inode_header.dir; in create_inode()
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 301 struct squashfs_dir_inode_header { struct 327 struct squashfs_dir_inode_header dir; argument 462 sizeof(struct squashfs_dir_inode_header));\
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 661 struct squashfs_dir_inode_header *inodep = &id.dir; in squashfs_iget() 662 struct squashfs_dir_inode_header *sinodep = &sid.dir; in squashfs_iget()
|