Searched refs:physical_start (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/md/ |
A D | dm-stripe.c | 23 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() 440 (unsigned long long)sc->stripe[i].physical_start); in stripe_status() [all …]
|
A D | dm-unstripe.c | 13 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()
|
/linux/drivers/video/fbdev/ |
A D | grvga.c | 333 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/fs/btrfs/ |
A D | zoned.h | 69 u64 physical_start, u64 physical_pos); 201 u64 logical, u64 physical_start, in btrfs_sync_zone_write_pointer() argument
|
A D | zoned.c | 1681 u64 physical_start, u64 physical_pos) in btrfs_sync_zone_write_pointer() argument 1696 wp = physical_start + ((zone.wp - zone.start) << SECTOR_SHIFT); in btrfs_sync_zone_write_pointer()
|
A D | volumes.c | 1405 u64 physical_start, physical_end; in contains_pending_extent() local 1410 &physical_start, &physical_end, in contains_pending_extent() 1413 if (in_range(physical_start, *start, len) || in contains_pending_extent() 1414 in_range(*start, physical_start, in contains_pending_extent() 1415 physical_end - physical_start)) { in contains_pending_extent()
|
/linux/fs/btrfs/tests/ |
A D | extent-map-tests.c | 445 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()
|
Completed in 54 milliseconds