Searched refs:physical_start (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/md/ |
D | dm-unstripe.c | 14 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()
|
D | dm-stripe.c | 26 sector_t physical_start; member 79 sc->stripe[stripe].physical_start = start; in get_stripe() 261 sc->stripe[target_stripe].physical_start; in stripe_map_range() 294 bio->bi_iter.bi_sector += sc->stripe[stripe].physical_start; in stripe_map() 309 dev_sector += sc->stripe[stripe].physical_start; in stripe_dax_pgoff() 383 (unsigned long long)sc->stripe[i].physical_start); in stripe_status() 394 (unsigned long long)sc->stripe[i].physical_start); in stripe_status() 448 sc->stripe[i].physical_start, in stripe_iterate_devices()
|
/linux-6.6.21/drivers/video/fbdev/ |
D | grvga.c | 330 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-6.6.21/fs/btrfs/ |
D | zoned.h | 70 u64 physical_start, u64 physical_pos); 208 u64 logical, u64 physical_start, in btrfs_sync_zone_write_pointer() argument
|
D | zoned.c | 1929 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument 1944 wp = physical_start + ((zone.wp - zone.start) << SECTOR_SHIFT); in btrfs_sync_zone_write_pointer()
|
D | volumes.c | 1425 u64 physical_start, physical_end; in contains_pending_extent() local 1430 &physical_start, &physical_end, in contains_pending_extent() 1433 if (in_range(physical_start, *start, len) || in contains_pending_extent() 1434 in_range(*start, physical_start, in contains_pending_extent() 1435 physical_end - physical_start)) { in contains_pending_extent()
|
/linux-6.6.21/fs/btrfs/tests/ |
D | extent-map-tests.c | 848 u64 physical_start; member 966 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map() 983 .physical_start = SZ_4G, in btrfs_test_extent_map()
|