| /fs/btrfs/tests/ |
| A D | raid-stripe-tree-tests.c | 151 logical1, io_stripe.physical); in test_punch_hole_3extents() 341 logical3, io_stripe.physical); in test_delete_two_extents() 415 logical1, io_stripe.physical); in test_punch_hole() 444 logical1, io_stripe.physical); in test_punch_hole() 466 logical2, io_stripe.physical); in test_punch_hole() 584 logical1, io_stripe.physical); in test_front_delete_prev_item() 694 logical, io_stripe.physical); in test_front_delete() 809 logical, io_stripe.physical); in test_tail_delete() 838 logical, io_stripe.physical); in test_tail_delete() 931 logical, io_stripe.physical); in test_create_update_delete() [all …]
|
| A D | extent-map-tests.c | 1042 map->stripes[i].physical = test->data_stripe_phys_start[i]; in test_rmap_block()
|
| /fs/btrfs/ |
| A D | scrub.c | 147 u64 physical; member 319 u64 physical; member 607 swarn.physical = physical; in scrub_print_common_warning() 982 u64 physical = 0; in scrub_stripe_report_errors() local 1015 physical = bioc->stripes[stripe_index].physical; in scrub_stripe_report_errors() 1051 physical); in scrub_stripe_report_errors() 1065 physical); in scrub_stripe_report_errors() 1691 stripe->physical = physical + stripe->logical - logical_start; in scrub_find_fill_first_stripe() 2090 u64 physical; in scrub_raid56_parity_stripe() local 2096 physical = map->stripes[stripe_index].physical + in scrub_raid56_parity_stripe() [all …]
|
| A D | zoned.c | 1280 u64 physical; member 1296 info->physical = map->stripes[zone_idx].physical; in btrfs_load_zone_info() 1399 info->physical); in btrfs_load_block_group_single() 1428 zone_info[0].physical); in btrfs_load_block_group_dup() 1434 zone_info[1].physical); in btrfs_load_block_group_dup() 1850 if (physical < bbio->orig_physical) in btrfs_record_physical_zoned() 2097 u64 physical = bioc->stripes[i].physical; in read_zone_info() local 2161 u64 physical; in btrfs_zone_activate() local 2194 physical = map->stripes[i].physical; in btrfs_zone_activate() 2264 const u64 physical = stripe->physical; in call_zone_finish() local [all …]
|
| A D | zoned.h | 71 int btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, 80 int btrfs_zoned_issue_zeroout(struct btrfs_device *device, u64 physical, u64 length); 173 u64 physical, u64 length, u64 *bytes) in btrfs_reset_device_zone() argument 209 u64 physical, u64 length) in btrfs_zoned_issue_zeroout() argument 355 u64 physical, u64 length) in btrfs_can_zone_reset() argument 359 if (!btrfs_dev_is_sequential(device, physical)) in btrfs_can_zone_reset() 363 if (!IS_ALIGNED(physical, zone_size) || !IS_ALIGNED(length, zone_size)) in btrfs_can_zone_reset()
|
| A D | raid-stripe-tree.c | 319 u64 physical = bioc->stripes[i].physical; in btrfs_insert_one_raid_extent() local 323 btrfs_set_stack_raid_stride_physical(raid_stride, physical); in btrfs_insert_one_raid_extent() 449 u64 physical = btrfs_raid_stride_physical(leaf, stride); in btrfs_get_raid_extent_offset() local 457 stripe->physical = physical + offset; in btrfs_get_raid_extent_offset() 460 stripe->physical, devid); in btrfs_get_raid_extent_offset()
|
| A D | bio.c | 391 stripe->physical = bio->bi_iter.bi_sector << SECTOR_SHIFT; in btrfs_orig_write_end_io() 405 stripe->physical = bio->bi_iter.bi_sector << SECTOR_SHIFT; in btrfs_clone_write_end_io() 430 u64 physical = bio->bi_iter.bi_sector << SECTOR_SHIFT; in btrfs_submit_dev_bio() local 431 u64 zone_start = round_down(physical, dev->fs_info->zone_size); in btrfs_submit_dev_bio() 433 ASSERT(btrfs_dev_is_sequential(dev, physical)); in btrfs_submit_dev_bio() 473 bio->bi_iter.bi_sector = bioc->stripes[dev_nr].physical >> SECTOR_SHIFT; in btrfs_submit_mirrored_bio() 485 bio->bi_iter.bi_sector = smap->physical >> SECTOR_SHIFT; in btrfs_submit_bio() 487 btrfs_bio(bio)->orig_physical = smap->physical; in btrfs_submit_bio() 833 bio.bi_iter.bi_sector = smap.physical >> SECTOR_SHIFT; in btrfs_repair_io_failure() 845 smap.physical >> SECTOR_SHIFT); in btrfs_repair_io_failure()
|
| A D | dev-replace.h | 31 u64 physical);
|
| A D | volumes.c | 3279 map->stripes[i].physical, in btrfs_remove_chunk() 6201 stripes[i].physical = in btrfs_map_discard() 6202 map->stripes[stripe_index].physical + in btrfs_map_discard() 6305 new->physical = old->physical; in handle_ops_on_dev_replace() 6331 if (first->physical > second->physical) { in handle_ops_on_dev_replace() 6332 swap(second->physical, first->physical); in handle_ops_on_dev_replace() 6406 dst->physical = map->stripes[io_geom->stripe_index].physical + in set_io_stripe() 6744 dst->physical = in btrfs_map_block() 7089 map->stripes[i].physical = in read_one_chunk() 8258 smap->physical = bioc->stripes[i].physical + in map_raid56_repair_block() [all …]
|
| A D | volumes.h | 485 u64 physical; member 493 u64 physical; member
|
| A D | dev-replace.c | 536 u64 physical) in btrfs_finish_block_group_to_copy() argument 566 if (physical == map->stripes[i].physical) in btrfs_finish_block_group_to_copy()
|
| A D | block-group.h | 363 u64 physical, u64 **logical, int *naddrs, int *stripe_len);
|
| A D | block-group.c | 2140 u64 physical, u64 **logical, int *naddrs, int *stripe_len) in btrfs_rmap_block() argument 2174 if (!in_range(physical, map->stripes[i].physical, in btrfs_rmap_block() 2178 stripe_nr = (physical - map->stripes[i].physical) >> in btrfs_rmap_block() 2180 offset = (physical - map->stripes[i].physical) & in btrfs_rmap_block() 2750 dev_offset = map->stripes[i].physical; in insert_dev_extents()
|
| A D | accessors.h | 295 BTRFS_SETGET_FUNCS(raid_stride_physical, struct btrfs_raid_stride, physical, 64); 297 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_physical, struct btrfs_raid_stride, physical, 64);
|
| A D | raid56.c | 57 bioc->stripes[i].physical); in dump_bioc() 1158 disk_start = stripe->physical + sector_nr * sectorsize; in rbio_add_io_sector() 1263 bioc->stripes[i].physical; in bio_get_trace_info()
|
| A D | extent-tree.c | 1346 u64 phys = stripe->physical; in do_discard_extent()
|
| A D | inode.c | 10278 physical_block_start = (map->stripes[0].physical + in btrfs_swap_activate()
|
| /fs/jffs2/ |
| A D | README.Locking | 54 of the inode from which it's garbage-collecting a physical node, this 75 per-eraseblock lists of physical jffs2_raw_node_ref structures, and 76 (NB) the per-inode list of physical nodes. The latter is a special 84 Note that the per-inode list of physical nodes (f->nodes) is a special
|
| /fs/resctrl/ |
| A D | pseudo_lock.c | 1004 unsigned long physical; in pseudo_lock_dev_mmap() local 1034 physical = __pa(plr->kmem) >> PAGE_SHIFT; in pseudo_lock_dev_mmap() 1058 if (remap_pfn_range(vma, vma->vm_start, physical + vma->vm_pgoff, in pseudo_lock_dev_mmap()
|
| /fs/cramfs/ |
| A D | Kconfig | 36 bool "Support CramFs image directly mapped in physical memory"
|
| /fs/ext4/ |
| A D | Kconfig | 43 physical block numbers. The ext4 filesystem also supports delayed
|
| A D | extents.c | 5031 __u64 physical = 0; in ext4_iomap_xattr_fiemap() local 5045 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_iomap_xattr_fiemap() 5048 physical += offset; in ext4_iomap_xattr_fiemap() 5053 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_iomap_xattr_fiemap() 5062 iomap->addr = physical; in ext4_iomap_xattr_fiemap()
|
| /fs/affs/ |
| A D | Changes | 101 with physical blocks != 512 bytes.
|