Searched refs:squashfs_dir_header (Results 1 – 11 of 11) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 204 SWAP_FUNC(32, s, d, count, struct squashfs_dir_header);\ 205 SWAP_FUNC(32, s, d, start_block, struct squashfs_dir_header);\ 206 SWAP_FUNC(32, s, d, inode_number, struct squashfs_dir_header);\ 373 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_dir_header))
|
D | squashfs_fs.h | 458 struct squashfs_dir_header { struct
|
D | unsquash-4.c | 253 struct squashfs_dir_header dirh; in squashfs_opendir_4()
|
D | mksquashfs.c | 1269 sizeof(struct squashfs_dir_header) in add_dir() 1291 struct squashfs_dir_header dir_header; in add_dir() 1325 dir->p += sizeof(struct squashfs_dir_header); in add_dir() 1361 struct squashfs_dir_header dir_header; in write_dir() 1428 struct squashfs_dir_header dirh; in write_dir() 1429 SQUASHFS_SWAP_DIR_HEADER((struct squashfs_dir_header *) dirp, in write_dir() 1432 dirp += sizeof(struct squashfs_dir_header); in write_dir()
|
D | read_fs.c | 629 struct squashfs_dir_header dirh; in squashfs_readdir()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 112 struct squashfs_dir_header dirh; in squashfs_readdir()
|
D | namei.c | 142 struct squashfs_dir_header dirh; in squashfs_lookup()
|
D | squashfs_fs.h | 369 struct squashfs_dir_header { struct
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs.h | 368 struct squashfs_dir_header { struct
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 340 struct squashfs_dir_header { struct 492 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_header));\
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1742 struct squashfs_dir_header dirh; in squashfs_readdir() 1784 struct squashfs_dir_header sdirh; in squashfs_readdir() 1877 struct squashfs_dir_header dirh; in squashfs_lookup() 1895 struct squashfs_dir_header sdirh; in squashfs_lookup()
|