Lines Matching refs:delta_entry

393 	result = uds_next_delta_index_entry(&record->delta_entry);  in flush_invalid_entries()
397 while (!record->delta_entry.at_end) { in flush_invalid_entries()
398 u32 index_chapter = uds_get_delta_entry_value(&record->delta_entry); in flush_invalid_entries()
408 result = uds_remove_delta_index_entry(&record->delta_entry); in flush_invalid_entries()
426 &record->delta_entry); in get_volume_index_entry()
435 } while (!record->delta_entry.at_end && (key > record->delta_entry.key)); in get_volume_index_entry()
437 result = uds_remember_delta_index_offset(&record->delta_entry); in get_volume_index_entry()
443 if (!other_record.delta_entry.at_end && (key == other_record.delta_entry.key)) { 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()
467 while (!other_record.delta_entry.at_end) { in get_volume_index_entry()
513 name->name, &record->delta_entry); in get_volume_sub_index_record()
520 (!record->delta_entry.at_end && (record->delta_entry.key == address)); in get_volume_sub_index_record()
522 u32 index_chapter = uds_get_delta_entry_value(&record->delta_entry); in get_volume_sub_index_record()
527 record->is_collision = record->delta_entry.is_collision; in get_volume_sub_index_record()
580 result = uds_put_delta_index_entry(&record->delta_entry, address, in uds_put_volume_index_record()
589 record->is_collision = record->delta_entry.is_collision; in uds_put_volume_index_record()
595 uds_log_delta_index_entry(&record->delta_entry); in uds_put_volume_index_record()
616 result = uds_remove_delta_index_entry(&record->delta_entry); in uds_remove_volume_index_record()
732 result = uds_set_delta_entry_value(&record->delta_entry, in uds_set_volume_index_record_chapter()
755 struct delta_index_entry delta_entry; in lookup_volume_sub_index_name() local
758 address, name->name, &delta_entry); in lookup_volume_sub_index_name()
762 if (delta_entry.at_end || (delta_entry.key != address)) in lookup_volume_sub_index_name()
765 index_chapter = uds_get_delta_entry_value(&delta_entry); in lookup_volume_sub_index_name()