Home
last modified time | relevance | path

Searched refs:lookup_entry (Results 1 – 6 of 6) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dunsquash-1.c61 int bytes = lookup_entry(inode_table_hash, start); in read_inode_1()
245 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_1()
Dunsquashfs.h246 extern int lookup_entry(struct hash_table_entry **, long long);
Dunsquash-4.c101 int bytes = lookup_entry(inode_table_hash, start); in read_inode_4()
291 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_4()
Dunsquash-3.c119 int bytes = lookup_entry(inode_table_hash, start); in read_inode_3()
322 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_3()
Dunsquash-2.c132 int bytes = lookup_entry(inode_table_hash, start); in read_inode_2()
Dunsquashfs.c616 int lookup_entry(struct hash_table_entry *hash_table[], long long start) in lookup_entry() function