Searched refs:physical_end (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/scsi/ |
| D | scsicam.c | 65 unsigned int logical_end, physical_end, ext_physical_end; in scsi_partsize() local 104 physical_end = end_cyl * (end_head + 1) * end_sector + in scsi_partsize() 119 ,logical_end, physical_end, ext_physical_end, ext_cyl); in scsi_partsize() 122 if (logical_end == physical_end || in scsi_partsize() 133 logical_end, physical_end); in scsi_partsize()
|
| /Linux-v5.15/fs/btrfs/ |
| D | scrub.c | 3139 u64 physical, u64 physical_end) in sync_write_pointer_for_zoned() argument 3150 if (sctx->write_pointer < physical_end) { in sync_write_pointer_for_zoned() 3184 u64 physical_end; in scrub_stripe() local 3254 physical_end = physical + nstripes * map->stripe_len; in scrub_stripe() 3256 get_raid56_logic_offset(physical_end, num, in scrub_stripe() 3311 while (physical < physical_end) { in scrub_stripe() 3512 if (ret && physical < physical_end) { in scrub_stripe() 3533 if (physical >= physical_end) { in scrub_stripe() 3571 physical_end); in scrub_stripe()
|
| D | volumes.c | 1396 u64 physical_start, physical_end; in contains_pending_extent() local 1401 &physical_start, &physical_end, in contains_pending_extent() 1406 physical_end - physical_start)) { in contains_pending_extent() 1407 *start = physical_end + 1; in contains_pending_extent()
|