Home
last modified time | relevance | path

Searched refs:physical_start (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/md/
Ddm-unstripe.c13 sector_t physical_start; member
85 uc->physical_start = start; in unstripe_ctr()
139 bio->bi_iter.bi_sector = map_to_core(ti, bio) + uc->physical_start; in unstripe_map()
157 uc->dev->name, (unsigned long long)uc->physical_start); in unstripe_status()
171 return fn(ti, uc->dev, uc->physical_start, ti->len, data); in unstripe_iterate_devices()
Ddm-stripe.c23 sector_t physical_start; member
76 sc->stripe[stripe].physical_start = start; in get_stripe()
262 sc->stripe[target_stripe].physical_start; in stripe_map_range()
295 bio->bi_iter.bi_sector += sc->stripe[stripe].physical_start; in stripe_map()
310 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_pgoff()
386 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
397 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
451 sc->stripe[i].physical_start, in stripe_iterate_devices()
/linux-6.1.9/drivers/video/fbdev/
Dgrvga.c333 unsigned long physical_start = 0; in grvga_probe() local
422 physical_start = grvga_fix_addr; in grvga_probe()
424 if (!devm_request_mem_region(&dev->dev, physical_start, in grvga_probe()
431 virtual_start = (unsigned long) ioremap(physical_start, grvga_mem_size); in grvga_probe()
452 physical_start = dma_map_single(&dev->dev, (void *)virtual_start, grvga_mem_size, DMA_TO_DEVICE); in grvga_probe()
469 info->fix.smem_start = physical_start; in grvga_probe()
485 __raw_writel(physical_start, &par->regs->fb_pos); in grvga_probe()
/linux-6.1.9/fs/btrfs/tests/
Dextent-map-tests.c447 u64 physical_start; member
566 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map()
583 .physical_start = SZ_4G, in btrfs_test_extent_map()
/linux-6.1.9/fs/btrfs/
Dzoned.h69 u64 physical_start, u64 physical_pos);
220 u64 logical, u64 physical_start, in btrfs_sync_zone_write_pointer() argument
Dzoned.c1820 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
1835 wp = physical_start + ((zone.wp - zone.start) << SECTOR_SHIFT); in btrfs_sync_zone_write_pointer()
Dvolumes.c1406 u64 physical_start, physical_end; in contains_pending_extent() local
1411 &physical_start, &physical_end, in contains_pending_extent()
1414 if (in_range(physical_start, *start, len) || in contains_pending_extent()
1415 in_range(*start, physical_start, in contains_pending_extent()
1416 physical_end - physical_start)) { in contains_pending_extent()