Searched refs:new_distance (Results 1 – 2 of 2) sorted by relevance
747 sector_t new_distance, best_dist; in read_balance() local836 new_distance = 0; in read_balance()840 new_distance = r10_bio->devs[slot].addr; in read_balance()842 new_distance = abs(r10_bio->devs[slot].addr - in read_balance()844 if (new_distance < best_dist) { in read_balance()845 best_dist = new_distance; in read_balance()
3377 ext4_fsblk_t cur_distance, new_distance; in ext4_mb_check_group_pa() local3384 new_distance = abs(goal_block - pa->pa_pstart); in ext4_mb_check_group_pa()3386 if (cur_distance <= new_distance) in ext4_mb_check_group_pa()