Searched refs:disk_it (Results 1 – 3 of 3) sorted by relevance
241 DiskMap::const_iterator disk_it = disks_.find(source_path); in FindDiskBySourcePathInternal() local242 return disk_it == disks_.end() ? NULL : disk_it->second; in FindDiskBySourcePathInternal()
218 DiskMap::const_iterator disk_it = disks_.find(source_path); in FindDiskBySourcePath() local219 return disk_it == disks_.end() ? NULL : disk_it->second; in FindDiskBySourcePath()
1571 WorkerMap::const_iterator disk_it = workers_map_.find( in DiskStats() local1575 sat_assert(disk_it != workers_map_.end()); in DiskStats()1577 for (WorkerVector::const_iterator it = disk_it->second->begin(); in DiskStats()1578 it != disk_it->second->end(); ++it) { in DiskStats()