HomeSort by relevance Sort by last modified time
    Searched refs:lookup_entry (Results 1 - 6 of 6) sorted by null

  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 242 extern int lookup_entry(struct hash_table_entry **, long long);
unsquash-1.c 61 int bytes = lookup_entry(inode_table_hash, start);
238 * lookup_entry, this fixes the corner case with
239 * completely empty filesystems where lookup_entry correctly
245 bytes = lookup_entry(directory_table_hash, start);
unsquash-3.c 119 int bytes = lookup_entry(inode_table_hash, start);
315 * lookup_entry, this fixes the corner case with
316 * completely empty filesystems where lookup_entry correctly
322 bytes = lookup_entry(directory_table_hash, start);
unsquash-4.c 101 int bytes = lookup_entry(inode_table_hash, start);
284 * lookup_entry, this fixes the corner case with
285 * completely empty filesystems where lookup_entry correctly
291 bytes = lookup_entry(directory_table_hash, start);
unsquash-2.c 132 int bytes = lookup_entry(inode_table_hash, start);
unsquashfs.c 611 int lookup_entry(struct hash_table_entry *hash_table[], long long start) function
    [all...]

Completed in 928 milliseconds