Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dscsicam.c63 unsigned int logical_end, physical_end, ext_physical_end; in scsi_partsize() local
102 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize()
116 printk("scsicam_bios_param : logical_end=%d physical_end=%d ext_physical_end=%d ext_cyl=%d\n" in scsi_partsize()
117 ,logical_end, physical_end, ext_physical_end, ext_cyl); in scsi_partsize()
120 if (logical_end == physical_end || in scsi_partsize()
131 logical_end, physical_end); in scsi_partsize()
/linux/fs/btrfs/
H A Dscrub.c1459 u64 physical, u64 physical_end) in sync_write_pointer_for_zoned() argument
1468 if (sctx->write_pointer < physical_end) { in sync_write_pointer_for_zoned()
2251 const u64 physical_end = physical + dev_stripe_len; in scrub_stripe() local
2327 get_raid56_logic_offset(physical_end, stripe_index, in scrub_stripe()
2339 while (physical < physical_end) { in scrub_stripe()
2350 physical_end); in scrub_stripe()
2402 physical_end); in scrub_stripe()
H A Dvolumes.c1455 u64 physical_start, physical_end; in contains_pending_extent() local
1460 &physical_start, &physical_end, in contains_pending_extent()
1465 physical_end + 1 - physical_start)) { in contains_pending_extent()
1466 *start = physical_end + 1; in contains_pending_extent()