Searched refs:other_record (Results 1 – 1 of 1) sorted by relevance
420 struct volume_index_record other_record; in get_volume_index_entry() local442 other_record = *record; in get_volume_index_entry()443 if (!other_record.delta_entry.at_end && (key == other_record.delta_entry.key)) { in get_volume_index_entry()447 result = flush_invalid_entries(&other_record, flush_range, in get_volume_index_entry()452 if (other_record.delta_entry.at_end || in get_volume_index_entry()453 !other_record.delta_entry.is_collision) in get_volume_index_entry()456 result = uds_get_delta_entry_collision(&other_record.delta_entry, in get_volume_index_entry()462 *record = other_record; in get_volume_index_entry()467 while (!other_record.delta_entry.at_end) { in get_volume_index_entry()468 result = flush_invalid_entries(&other_record, flush_range, in get_volume_index_entry()