Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dscsicam.c64 unsigned int logical_end, physical_end, ext_physical_end; in scsi_partsize() local
103 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
118 ,logical_end, physical_end, ext_physical_end, ext_cyl); in scsi_partsize()
121 if (logical_end == physical_end || in scsi_partsize()
132 logical_end, physical_end); in scsi_partsize()
/Linux-v5.10/fs/btrfs/
Dscrub.c2995 u64 physical_end; in scrub_stripe() local
3066 physical_end = physical + nstripes * map->stripe_len; in scrub_stripe()
3068 get_raid56_logic_offset(physical_end, num, in scrub_stripe()
3111 while (physical < physical_end) { in scrub_stripe()
3308 if (ret && physical < physical_end) { in scrub_stripe()
3329 if (physical >= physical_end) { in scrub_stripe()
Dvolumes.c1381 u64 physical_start, physical_end; in contains_pending_extent() local
1386 &physical_start, &physical_end, in contains_pending_extent()
1391 physical_end - physical_start)) { in contains_pending_extent()
1392 *start = physical_end + 1; in contains_pending_extent()