Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dunsquash-4.c254 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1] in squashfs_opendir_4()
256 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer; in squashfs_opendir_4()
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))
Dread_fs.c630 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1] in squashfs_readdir()
632 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer; in squashfs_readdir()
Dsquashfs_fs.h450 struct squashfs_dir_entry { struct
Dmksquashfs.c1256 struct squashfs_dir_entry idir; in add_dir()
1260 size_t name_off = offsetof(struct squashfs_dir_entry, name); in add_dir()
1268 if(dir->p + sizeof(struct squashfs_dir_entry) + size + in add_dir()
1285 ((dir->p + sizeof(struct squashfs_dir_entry) + size - in add_dir()
1293 if((dir->p + sizeof(struct squashfs_dir_entry) + size - in add_dir()
1334 dir->p += sizeof(struct squashfs_dir_entry) + size; in add_dir()
1427 struct squashfs_dir_entry idir, *idirp; in write_dir()
1438 idirp = (struct squashfs_dir_entry *) dirp; in write_dir()
1444 dirp += sizeof(struct squashfs_dir_entry) + idir.size + in write_dir()
4060 sizeof(struct squashfs_dir_entry); in dir_scan6()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1743 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN + 1]; in squashfs_readdir()
1744 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer; in squashfs_readdir()
1805 struct squashfs_dir_entry sdire; in squashfs_readdir()
1878 char buffer[sizeof(struct squashfs_dir_entry) + SQUASHFS_NAME_LEN]; in squashfs_lookup()
1879 struct squashfs_dir_entry *dire = (struct squashfs_dir_entry *) buffer; in squashfs_lookup()
1915 struct squashfs_dir_entry sdire; in squashfs_lookup()
/external/squashfs-tools/kernel/fs/squashfs/
Ddir.c113 struct squashfs_dir_entry *dire; in squashfs_readdir()
Dnamei.c143 struct squashfs_dir_entry *dire; in squashfs_lookup()
Dsquashfs_fs.h361 struct squashfs_dir_entry { struct
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h360 struct squashfs_dir_entry { struct
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h332 struct squashfs_dir_entry { struct
500 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_dir_entry));\