Lines Matching refs:prevhash
65 struct cachekey_disklist *prevhash; /* Hash chain */ member
355 cd->prevhash = 0; in create_cache_file_ch()
424 INVALID_ADDRESS(cd->prevhash, ch) || in cache_remap_addresses_ch()
430 cd->prevhash = MOVE_ADDR(cd->prevhash, offset); in cache_remap_addresses_ch()
715 if (item->prevhash == 0) in list_remove_hash()
718 item->prevhash->nexthash = item->nexthash; in list_remove_hash()
722 item->nexthash->prevhash = item->prevhash; in list_remove_hash()
726 *tail = item->prevhash; in list_remove_hash()
728 item->prevhash = item->nexthash = 0; in list_remove_hash()
774 item->prevhash = *tail; in list_insert_hash()
775 if (item->prevhash != 0) in list_insert_hash()
776 item->prevhash->nexthash = item; in list_insert_hash()
784 item->nexthash->prevhash = item; in list_insert_hash()
785 item->prevhash = 0; in list_insert_hash()