Searched refs:physical_end (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsicam.c | 64 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() 117 printk("scsicam_bios_param : logical_end=%d physical_end=%d ext_physical_end=%d ext_cyl=%d\n" 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()
|
/kernel/linux/linux-6.6/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() 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()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | scrub.c | 1456 u64 physical, u64 physical_end) in sync_write_pointer_for_zoned() 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() 1455 sync_write_pointer_for_zoned(struct scrub_ctx *sctx, u64 logical, u64 physical, u64 physical_end) sync_write_pointer_for_zoned() argument
|
H A D | volumes.c | 1425 u64 physical_start, physical_end; in contains_pending_extent() local 1430 &physical_start, &physical_end, in contains_pending_extent() 1435 physical_end + 1 - physical_start)) { in contains_pending_extent() 1436 *start = physical_end + 1; in contains_pending_extent()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | scrub.c | 2995 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()
|
H A D | volumes.c | 1464 u64 physical_start, physical_end; in contains_pending_extent() local 1469 &physical_start, &physical_end, in contains_pending_extent() 1474 physical_end - physical_start)) { in contains_pending_extent() 1475 *start = physical_end + 1; in contains_pending_extent()
|
Completed in 27 milliseconds