Home
last modified time | relevance | path

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

/Linux-v5.10/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()
167 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()
263 sc->stripe[target_stripe].physical_start; in stripe_map_range()
297 bio->bi_iter.bi_sector += sc->stripe[stripe].physical_start; in stripe_map()
315 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_direct_access()
335 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_copy_from_iter()
354 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_copy_to_iter()
374 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_zero_page_range()
429 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
479 sc->stripe[i].physical_start, in stripe_iterate_devices()
/Linux-v5.10/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-v5.10/fs/btrfs/tests/
Dextent-map-tests.c445 u64 physical_start; member
564 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map()
581 .physical_start = SZ_4G, in btrfs_test_extent_map()
/Linux-v5.10/fs/btrfs/
Dvolumes.c1381 u64 physical_start, physical_end; in contains_pending_extent() local
1386 &physical_start, &physical_end, in contains_pending_extent()
1389 if (in_range(physical_start, *start, len) || in contains_pending_extent()
1390 in_range(*start, physical_start, in contains_pending_extent()
1391 physical_end - physical_start)) { in contains_pending_extent()