Searched refs:physical_end (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
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()
|
/linux-6.1.9/fs/btrfs/ |
D | scrub.c | 3331 u64 physical, u64 physical_end) in sync_write_pointer_for_zoned() argument 3342 if (sctx->write_pointer < physical_end) { in sync_write_pointer_for_zoned() 3573 const u64 physical_end = physical + dev_stripe_len; in scrub_stripe() local 3654 get_raid56_logic_offset(physical_end, stripe_index, in scrub_stripe() 3666 while (physical < physical_end) { in scrub_stripe() 3724 physical_end); in scrub_stripe()
|
D | volumes.c | 1406 u64 physical_start, physical_end; in contains_pending_extent() local 1411 &physical_start, &physical_end, in contains_pending_extent() 1416 physical_end - physical_start)) { in contains_pending_extent() 1417 *start = physical_end + 1; in contains_pending_extent()
|