Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-unstripe.c14 sector_t physical_start; member
86 uc->physical_start = start; in unstripe_ctr()
140 bio->bi_iter.bi_sector = map_to_core(ti, bio) + uc->physical_start; in unstripe_map()
158 uc->dev->name, (unsigned long long)uc->physical_start); in unstripe_status()
172 return fn(ti, uc->dev, uc->physical_start, ti->len, data); in unstripe_iterate_devices()
H A Ddm-stripe.c26 sector_t physical_start; member
79 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()
384 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
395 (unsigned long long)sc->stripe[i].physical_start); in stripe_status()
449 sc->stripe[i].physical_start, in stripe_iterate_devices()
/linux/drivers/video/fbdev/
H A Dgrvga.c330 unsigned long physical_start = 0; in grvga_probe() local
419 physical_start = grvga_fix_addr; in grvga_probe()
421 if (!devm_request_mem_region(&dev->dev, physical_start, in grvga_probe()
428 virtual_start = (unsigned long) ioremap(physical_start, grvga_mem_size); in grvga_probe()
449 physical_start = dma_map_single(&dev->dev, (void *)virtual_start, grvga_mem_size, DMA_TO_DEVICE); in grvga_probe()
466 info->fix.smem_start = physical_start; in grvga_probe()
482 __raw_writel(physical_start, &par->regs->fb_pos); in grvga_probe()
/linux/fs/btrfs/
H A Dzoned.h82 u64 physical_start, u64 physical_pos);
213 u64 logical, u64 physical_start, in btrfs_sync_zone_write_pointer() argument
H A Dzoned.c2044 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument
2059 wp = physical_start + ((zone.wp - zone.start) << SECTOR_SHIFT); in btrfs_sync_zone_write_pointer()
H A Dvolumes.c1577 u64 physical_start, physical_end; in contains_pending_extent() local
1582 &physical_start, &physical_end, in contains_pending_extent()
1585 if (in_range(physical_start, *start, len) || in contains_pending_extent()
1586 in_range(*start, physical_start, in contains_pending_extent()
1587 physical_end + 1 - physical_start)) { in contains_pending_extent()
/linux/fs/btrfs/tests/
H A Dextent-map-tests.c1001 u64 physical_start; member
1100 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map()
1117 .physical_start = SZ_4G, in btrfs_test_extent_map()