Home
last modified time | relevance | path

Searched refs:squashfs_dir_index_2 (Results 1 – 3 of 3) sorted by relevance

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs2_0.c434 struct squashfs_dir_index_2 index; in get_dir_index_using_offset()
444 struct squashfs_dir_index_2 sindex; in get_dir_index_using_offset()
483 char buffer[sizeof(struct squashfs_dir_index_2) + SQUASHFS_NAME_LEN + 1]; in get_dir_index_using_name()
484 struct squashfs_dir_index_2 *index = (struct squashfs_dir_index_2 *) buffer; in get_dir_index_using_name()
494 struct squashfs_dir_index_2 sindex; in get_dir_index_using_name()
503 sizeof(struct squashfs_dir_index_2), in get_dir_index_using_name()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h574 struct squashfs_dir_index_2 { struct
646 struct squashfs_dir_index_2 index[0];
676 typedef struct squashfs_dir_index_2 squashfs_dir_index_2; typedef
752 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_index_2));\
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h670 struct squashfs_dir_index_2 { struct
742 struct squashfs_dir_index_2 index[0];
835 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_index_2));\