Searched refs:squashfs_dir_entry (Results 1 - 11 of 11) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquash-4.c254 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1]
256 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
H A Dsquashfs_swap.h197 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))
H A Dsquashfs_fs.h450 struct squashfs_dir_entry { struct
H A Dread_fs.c630 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1]
632 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
H A Dmksquashfs.c1216 struct squashfs_dir_entry idir;
1220 size_t name_off = offsetof(struct squashfs_dir_entry, name);
1228 if(dir->p + sizeof(struct squashfs_dir_entry) + size +
1245 ((dir->p + sizeof(struct squashfs_dir_entry) + size -
1253 if((dir->p + sizeof(struct squashfs_dir_entry) + size -
1294 dir->p += sizeof(struct squashfs_dir_entry) + size;
1387 struct squashfs_dir_entry idir, *idirp;
1398 idirp = (struct squashfs_dir_entry *) dirp;
1404 dirp += sizeof(struct squashfs_dir_entry) + idir.size +
4017 sizeof(struct squashfs_dir_entry);
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Ddir.c113 struct squashfs_dir_entry *dire;
119 ERROR("Failed to allocate squashfs_dir_entry\n");
H A Dnamei.c143 struct squashfs_dir_entry *dire;
152 ERROR("Failed to allocate squashfs_dir_entry\n");
H A Dsquashfs_fs.h361 struct squashfs_dir_entry { struct
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h360 struct squashfs_dir_entry { struct
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c1743 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1];
1744 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
1805 struct squashfs_dir_entry sdire;
1878 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN];
1879 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer;
1915 struct squashfs_dir_entry sdire;
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h332 struct squashfs_dir_entry { struct
500 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_entry));\

Completed in 207 milliseconds