Searched refs:squashfs_dir_inode_header (Results 1 - 7 of 7) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_swap.h167 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...]
H A Dsquashfs_fs.h406 struct squashfs_dir_inode_header { struct
444 struct squashfs_dir_inode_header dir;
H A Dread_fs.c188 sizeof(struct squashfs_dir_inode_header)))
380 struct squashfs_dir_inode_header dir_inode;
382 if(NO_INODE_BYTES(squashfs_dir_inode_header))
392 cur_ptr += sizeof(struct squashfs_dir_inode_header);
H A Dunsquash-4.c122 struct squashfs_dir_inode_header *inode = &header.dir;
H A Dmksquashfs.c1091 struct squashfs_dir_inode_header *dir = &inode_header.dir;
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h301 struct squashfs_dir_inode_header { struct
327 struct squashfs_dir_inode_header dir;
462 sizeof(struct squashfs_dir_inode_header));\
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c661 struct squashfs_dir_inode_header *inodep = &id.dir;
662 struct squashfs_dir_inode_header *sinodep = &sid.dir;

Completed in 44 milliseconds