Home | History | Annotate | Download | only in syncable

Lines Matching refs:previous_entry

1614     EntryKernel* previous_entry = GetEntryById(old_previous, lock);
1615 CHECK(previous_entry);
1617 trans->SaveOriginal(previous_entry);
1618 previous_entry->put(NEXT_ID, old_next);
1619 previous_entry->mark_dirty(kernel_->dirty_metahandles);