Searched refs:hash_prev (Results 1 - 3 of 3) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.h106 struct file_buffer *hash_prev; member in union:file_buffer::__anon21937
H A Dunsquashfs.h150 struct cache_entry *hash_prev; member in struct:cache_entry
H A Dunsquashfs.c254 entry->hash_prev = NULL;
256 entry->hash_next->hash_prev = entry;
263 if(entry->hash_prev)
264 entry->hash_prev->hash_next = entry->hash_next;
269 entry->hash_next->hash_prev = entry->hash_prev;
271 entry->hash_prev = entry->hash_next = NULL;

Completed in 171 milliseconds