Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h234 extern struct hash_table_entry *inode_table_hash[65536],
Dunsquash-2.c132 int bytes = lookup_entry(inode_table_hash, start); in read_inode_2()
Dunsquash-1.c61 int bytes = lookup_entry(inode_table_hash, start); in read_inode_1()
Dunsquash-4.c101 int bytes = lookup_entry(inode_table_hash, start); in read_inode_4()
Dunsquash-3.c119 int bytes = lookup_entry(inode_table_hash, start); in read_inode_3()
Dunsquashfs.c61 struct hash_table_entry *inode_table_hash[65536], *directory_table_hash[65536]; variable
791 add_entry(inode_table_hash, start, bytes); in read_inode_table()