Searched refs:physical (Results 1 - 25 of 79) sorted by last modified time

1234

/linux-master/fs/btrfs/
H A Dvolumes.c3221 map->stripes[i].physical,
5541 set_extent_bit(&device->alloc_state, stripe->physical,
5542 stripe->physical + map->stripe_size - 1,
5553 __clear_extent_bit(&device->alloc_state, stripe->physical,
5554 stripe->physical + map->stripe_size - 1,
5651 map->stripes[s].physical = devices_info[i].dev_offset +
5818 const u64 dev_offset = map->stripes[i].physical;
6226 stripes[i].physical =
6227 map->stripes[stripe_index].physical +
6331 new->physical
[all...]
H A Ddev-replace.c548 u64 physical)
578 if (physical == map->stripes[i].physical)
546 btrfs_finish_block_group_to_copy(struct btrfs_device *srcdev, struct btrfs_block_group *cache, u64 physical) argument
H A Dvolumes.h157 /* physical drive uuid (or lvm uuid) */
445 u64 physical; member in struct:btrfs_io_stripe
454 u64 physical; member in struct:btrfs_discard_stripe
464 * - Contain the logical -> physical mapping info
466 * into physical device address.
521 * stripes[0]: dev = devid 1, physical = X
522 * stripes[1]: dev = devid 2, physical = Y
523 * stripes[2]: dev = devid 3, physical = Z
524 * stripes[3]: dev = devid 0, physical = Y
H A Draid56.c1065 disk_start = stripe->physical + sector_nr * sectorsize;
1172 bioc->stripes[i].physical;
H A Dinode.c10704 physical_block_start = (map->stripes[0].physical +
H A Dextent-tree.c1329 u64 phys = stripe->physical;
H A Dscrub.c89 /* Set when @mirror_num, @dev, @physical and @logical are set. */
117 u64 physical; member in struct:scrub_stripe
226 u64 physical; member in struct:scrub_warning
454 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu, length %u, links %u (path: %s)",
457 swarn->physical,
468 "%s at logical %llu on dev %s, physical %llu, root %llu, inode %llu, offset %llu: path resolving failed with ret=%d",
471 swarn->physical,
479 bool is_super, u64 logical, u64 physical)
493 btrfs_warn_in_rcu(fs_info, "%s on device %s, physical %llu",
494 errstr, btrfs_dev_name(dev), physical);
478 scrub_print_common_warning(const char *errstr, struct btrfs_device *dev, bool is_super, u64 logical, u64 physical) argument
560 fill_writer_pointer_gap(struct scrub_ctx *sctx, u64 physical) argument
873 u64 physical = 0; local
1291 get_raid56_logic_offset(u64 physical, int num, struct btrfs_chunk_map *map, u64 *offset, u64 *stripe_start) argument
1458 sync_write_pointer_for_zoned(struct scrub_ctx *sctx, u64 logical, u64 physical, u64 physical_end) argument
1524 scrub_find_fill_first_stripe(struct btrfs_block_group *bg, struct btrfs_path *extent_path, struct btrfs_path *csum_path, struct btrfs_device *dev, u64 physical, int mirror_num, u64 logical_start, u32 logical_len, struct scrub_stripe *stripe) argument
1882 queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_device *dev, int mirror_num, u64 logical, u32 length, u64 physical, u64 *found_logical_ret) argument
1958 u64 physical; local
2093 scrub_simple_mirror(struct scrub_ctx *sctx, struct btrfs_block_group *bg, struct btrfs_chunk_map *map, u64 logical_start, u64 logical_length, struct btrfs_device *device, u64 physical, int mirror_num) argument
2236 u64 physical = map->stripes[stripe_index].physical; local
2752 scrub_one_super(struct scrub_ctx *sctx, struct btrfs_device *dev, struct page *page, u64 physical, u64 generation) argument
[all...]
H A Dzoned.c1133 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, argument
1142 physical >> SECTOR_SHIFT, length >> SECTOR_SHIFT);
1149 btrfs_dev_set_zone_empty(device, physical);
1150 btrfs_dev_clear_active_zone(device, physical);
1151 physical += device->zone_info->zone_size;
1283 u64 physical; member in struct:zone_info
1299 info->physical = map->stripes[zone_idx].physical;
1310 if (!btrfs_dev_is_sequential(device, info->physical)) {
1316 btrfs_dev_clear_zone_empty(device, info->physical);
1752 const u64 physical = bbio->bio.bi_iter.bi_sector << SECTOR_SHIFT; local
1967 btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length) argument
2000 u64 physical = bioc->stripes[i].physical; local
2064 u64 physical; local
2253 const u64 physical = map->stripes[i].physical; local
[all...]
H A Dblock-group.c1258 * to prevent the same logical address range and physical device space
1266 * physical device locations unless we take this special care.
2050 * Map a physical disk address to a list of logical addresses.
2054 * @physical: physical address to map to logical addresses
2055 * @logical: return array of logical addresses which map to @physical
2059 * Maps a particular @physical disk address to a list of @logical addresses.
2064 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
2098 if (!in_range(physical, map->stripes[i].physical,
2063 btrfs_rmap_block(struct btrfs_fs_info *fs_info, u64 chunk_start, u64 physical, u64 **logical, int *naddrs, int *stripe_len) argument
[all...]
/linux-master/fs/ext4/
H A Dextents.c1465 * and returns it at @logical + it's physical address at @phys
1529 * and returns it at @logical + it's physical address at @phys.
4298 * physical cluster, the physical block should start at the
4900 __u64 physical = 0; local
4914 physical = (__u64)iloc.bh->b_blocknr << blockbits;
4917 physical += offset;
4922 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits;
4931 iomap->addr = physical;
5788 * been mapped to a physical cluste
[all...]
/linux-master/drivers/md/dm-vdo/
H A DMakefile30 physical-zone.o \
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py524 physical="Stylus",
529 self.physical = physical
538 if self.physical not in physicals and None not in physicals:
912 physical="Stylus",
917 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix
1013 physical="Stylus",
1018 name, rdesc_str, rdesc, application, physical, input_info, evdev_name_suffix
1149 physical=None,
1154 name, rdesc_str, rdesc, application, physical, input_inf
[all...]
/linux-master/include/trace/events/
H A Dbtrfs.h2407 __field( u64, physical )
2420 __entry->physical = bio->bi_iter.bi_sector << SECTOR_SHIFT;
2436 "full_stripe=%llu devid=%lld type=%s%d offset=%d opf=0x%x physical=%llu len=%u",
2445 __entry->offset, __entry->opf, __entry->physical, __entry->len)
2517 u64 physical, u64 devid),
2519 TP_ARGS(fs_info, logical, length, physical, devid),
2524 __field( u64, physical )
2531 __entry->physical = physical;
2535 TP_printk_btrfs("logical=%llu length=%llu physical
[all...]
/linux-master/include/linux/
H A Dhid.h486 unsigned physical; /* physical usage for this field */ member in struct:hid_field
659 char phys[64]; /* Device physical location */
/linux-master/fs/btrfs/tests/
H A Dextent-map-tests.c893 /* Assume we won't have more than 5 physical stripes */
930 map->stripes[i].physical = test->data_stripe_phys_start[i];
984 * intersects the physical address of the super block
999 * Test that out-of-range physical addresses are
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c158 fw_mon->physical);
161 fw_mon->physical = 0;
170 dma_addr_t physical = 0; local
182 block = dma_alloc_coherent(trans->dev, size, &physical,
203 fw_mon->physical = physical;
913 frag->physical >> MON_BUFF_SHIFT_VER2);
915 (frag->physical + frag->size - 256) >>
979 fw_mon->physical >> dest->base_shift);
982 (fw_mon->physical
[all...]
H A Dinternal.h124 * @used_bd_dma: physical address of buffer of used receive buffer descriptors (rbd)
337 * @base_rb_stts_dma: base physical address of receive buffer status
618 dram->fw[i].block, dram->fw[i].physical);
H A Dctxt-info-gen3.c52 dbg_cfg->hwm_base_addr = cpu_to_le64(fw_mon->physical);
79 dbg_cfg->hwm_base_addr = cpu_to_le64(frag->physical);
334 &dram->physical);
364 &desc_dram->physical);
395 cpu_to_le64(dram_regions->drams[i].physical);
469 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical);
481 cpu_to_le64(trans_pcie->pnvm_data.drams[0].physical);
553 cpu_to_le64(dram_regions->prph_scratch_mem_desc.physical);
565 cpu_to_le64(trans_pcie->reduced_tables_data.drams[0].physical);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c1269 range->dram_base_addr = cpu_to_le64(frag->physical);
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c893 * @dma: Associated physical DMA address.
904 * @phw: Hardware descriptor pointer to uncached physical memory.
907 * @dma_buf: Operating system dependent data structure to hold physical
923 * @ring_phys: The physical address of the first descriptor of the ring.
1300 * @phys: Actual physical address used.
3593 * @physical: Number of descriptors required.
3599 static int hw_alloc_pkt(struct ksz_hw *hw, int length, int physical) argument
3617 if (physical > hw->tx_desc_info.avail)
6360 * switch with two physical ports. Some users like to take control of the
/linux-master/drivers/hid/
H A Dhid-multitouch.c127 __u8 buttons_count; /* number of physical buttons per touchpad */
1407 if (field->physical == HID_DG_STYLUS)
H A Dhid-debug.c2954 if (field->physical) {
2957 hid_resolv_usage(field->physical, f); seq_printf(f, ")\n");
H A Dhid-core.c309 field->physical = hid_lookup_collection(parser, HID_COLLECTION_PHYSICAL);
1153 * so that the same physical interaction generates an accumulated
1159 * The only guarantee is that the same physical interaction always generates
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1506 unsigned long physical; local
1536 physical = __pa(plr->kmem) >> PAGE_SHIFT;
1560 if (remap_pfn_range(vma, vma->vm_start, physical + vma->vm_pgoff,
/linux-master/arch/s390/kernel/
H A Dentry.S186 stg %r2,__SF_SIE_CONTROL_PHYS(%r15) # save sie block physical..

Completed in 403 milliseconds

1234