HomeSort by relevance Sort by last modified time
    Searched refs:squashfs_dir_entry (Results 1 - 11 of 11) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquash-4.c 254 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1]
256 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
squashfs_swap.h 197 SWAP_FUNC(16, s, d, offset, struct squashfs_dir_entry);\
198 SWAP_FUNC##S(16, s, d, inode_number, struct squashfs_dir_entry);\
199 SWAP_FUNC(16, s, d, type, struct squashfs_dir_entry);\
200 SWAP_FUNC(16, s, d, size, struct squashfs_dir_entry);\
371 SQUASHFS_MEMCPY(s, d, sizeof(struct squashfs_dir_entry))
squashfs_fs.h 450 struct squashfs_dir_entry { struct
read_fs.c 630 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1]
632 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
mksquashfs.c     [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
dir.c 113 struct squashfs_dir_entry *dire;
119 ERROR("Failed to allocate squashfs_dir_entry\n");
namei.c 143 struct squashfs_dir_entry *dire;
152 ERROR("Failed to allocate squashfs_dir_entry\n");
squashfs_fs.h 361 struct squashfs_dir_entry { struct
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 360 struct squashfs_dir_entry { struct
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c     [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 332 struct squashfs_dir_entry { struct
500 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_entry));\

Completed in 99 milliseconds