Searched refs:temp_sectors_to_skip_ (Results 1 – 3 of 3) sorted by relevance
60 temp_sectors_to_skip_[sectors_to_skip++] = &FromAddress(address); in Find()63 temp_sectors_to_skip_[sectors_to_skip++] = &FromAddress(address); in Find()71 DBG(" Skip sector %u", Index(temp_sectors_to_skip_[i])); in Find()105 if (Contains(std::span(temp_sectors_to_skip_, sectors_to_skip), sector)) { in Find()174 temp_sectors_to_skip_[i] = &FromAddress(reserved_addresses[i]); in FindSectorToGarbageCollect()177 const std::span sectors_to_skip(temp_sectors_to_skip_, in FindSectorToGarbageCollect()
110 temp_sectors_to_skip_(temp_sectors_to_skip) {} in Sectors()227 const SectorDescriptor** const temp_sectors_to_skip_; variable
595 temp_sectors_to_skip_, in KeyValueStore() argument615 const SectorDescriptor* temp_sectors_to_skip_[2 * kRedundancy - 1]; variable