Lines Matching refs:depot
281 vdo_continue_completion(parent, vdo_allocate_reference_counters(vdo->depot)); in finish_repair()
342 vdo_drain_slab_depot(vdo->depot, operation, completion); in drain_slab_depot()
423 struct slab_depot *depot = completion->vdo->depot; in process_slot() local
440 if (!vdo_is_physical_data_block(depot, mapping.pbn)) { in process_slot()
449 result = vdo_adjust_reference_count_for_rebuild(depot, mapping.pbn, in process_slot()
527 if (vdo_is_physical_data_block(repair->completion.vdo->depot, pbn)) in get_pbn_to_fetch()
616 struct slab_depot *depot = completion->vdo->depot; in process_entry() local
619 if ((pbn == VDO_ZERO_BLOCK) || !vdo_is_physical_data_block(depot, pbn)) { in process_entry()
625 result = vdo_adjust_reference_count_for_rebuild(depot, pbn, in process_entry()
644 if (abort_on_error(vdo_allocate_reference_counters(vdo->depot), repair)) in rebuild_reference_counts()
758 !vdo_is_physical_data_block(vdo->depot, entry->mapping.pbn) || in validate_recovery_journal_entry()
759 !vdo_is_physical_data_block(vdo->depot, entry->unmapping.pbn)) { in validate_recovery_journal_entry()
830 slab = vdo_get_slab(vdo->depot, pbn); in add_slab_journal_entries()
899 vdo_load_slab_depot(completion->vdo->depot, operation, completion, repair); in load_slab_depot()