Searched refs:lookup_entry (Results 1 – 6 of 6) sorted by relevance
61 int bytes = lookup_entry(inode_table_hash, start); in read_inode_1()245 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_1()
246 extern int lookup_entry(struct hash_table_entry **, long long);
101 int bytes = lookup_entry(inode_table_hash, start); in read_inode_4()291 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_4()
119 int bytes = lookup_entry(inode_table_hash, start); in read_inode_3()322 bytes = lookup_entry(directory_table_hash, start); in squashfs_opendir_3()
132 int bytes = lookup_entry(inode_table_hash, start); in read_inode_2()
616 int lookup_entry(struct hash_table_entry *hash_table[], long long start) in lookup_entry() function