Searched refs:physical_end (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsicam.c | 63 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() 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()
|
/openbmc/linux/fs/btrfs/ |
H A D | scrub.c | 1456 u64 physical, u64 physical_end) in sync_write_pointer_for_zoned() argument 1465 if (sctx->write_pointer < physical_end) { in sync_write_pointer_for_zoned() 2159 const u64 physical_end = physical + dev_stripe_len; in scrub_stripe() local 2235 get_raid56_logic_offset(physical_end, stripe_index, in scrub_stripe() 2247 while (physical < physical_end) { in scrub_stripe() 2306 physical_end); in scrub_stripe()
|
H A D | volumes.c | 1432 u64 physical_start, physical_end; in contains_pending_extent() local 1437 &physical_start, &physical_end, in contains_pending_extent() 1442 physical_end + 1 - physical_start)) { in contains_pending_extent() 1443 *start = physical_end + 1; in contains_pending_extent()
|