Home | History | Annotate | Download | only in blockfile

Lines Matching refs:old_cell

1020   EntryCell old_cell(cell_num, hash, *current_cell, small_table_);
1030 EntryCell new_cell = CreateEntryCell(hash, old_cell.GetAddress());
1039 new_cell.SetState(old_cell.GetState());
1040 new_cell.SetGroup(old_cell.GetGroup());
1041 new_cell.SetReuse(old_cell.GetReuse());
1042 new_cell.SetTimestamp(old_cell.GetTimestamp());
1048 if (old_cell.GetState() == ENTRY_DELETED) {
1056 old_cell.Clear();
1057 Write(old_cell);
1061 bitmap_->Set(old_cell.cell_num(), false);
1062 backup_bitmap_->Set(old_cell.cell_num(), false);