Home
last modified time | relevance | path

Searched refs:new_distance (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid10.c711 sector_t new_distance, best_dist; in read_balance() local
815 new_distance = 0; in read_balance()
819 new_distance = r10_bio->devs[slot].addr; in read_balance()
821 new_distance = abs(r10_bio->devs[slot].addr - in read_balance()
824 if (new_distance < best_dist) { in read_balance()
825 best_dist = new_distance; in read_balance()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c3766 ext4_fsblk_t cur_distance, new_distance; in ext4_mb_check_group_pa() local
3773 new_distance = abs(goal_block - pa->pa_pstart); in ext4_mb_check_group_pa()
3775 if (cur_distance <= new_distance) in ext4_mb_check_group_pa()