Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dscsicam.c131 unsigned int logical_end, physical_end, ext_physical_end; in scsi_partsize() local
162 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
177 ,logical_end, physical_end, ext_physical_end, ext_cyl); in scsi_partsize()
180 if ((logical_end == physical_end) || in scsi_partsize()
189 logical_end, physical_end); in scsi_partsize()
/linux-4.1.27/fs/btrfs/
Dscrub.c2978 u64 physical_end; in scrub_stripe() local
3049 physical_end = physical + nstripes * map->stripe_len; in scrub_stripe()
3051 get_raid56_logic_offset(physical_end, num, in scrub_stripe()
3094 while (physical < physical_end) { in scrub_stripe()
3266 if (ret && physical < physical_end) { in scrub_stripe()
3287 if (physical >= physical_end) { in scrub_stripe()