| /Linux-v6.6/fs/btrfs/ |
| D | extent_map.h | 54 struct map_lookup *map_lookup; member
|
| D | extent_map.c | 71 kfree(em->map_lookup); in free_extent_map() 213 if (prev->map_lookup || next->map_lookup) in mergable_maps() 219 prev->map_lookup == next->map_lookup && in mergable_maps() 359 struct map_lookup *map = em->map_lookup; in extent_map_device_set_bits() 375 struct map_lookup *map = em->map_lookup; in extent_map_device_clear_bits()
|
| D | volumes.c | 3066 struct map_lookup *map, u64 chunk_offset) in remove_chunk_item() 3092 struct map_lookup *map; in btrfs_remove_chunk() 3107 map = em->map_lookup; in btrfs_remove_chunk() 5379 struct map_lookup *map = NULL; in create_chunk() 5415 em->map_lookup = map; in create_chunk() 5542 struct map_lookup *map; in btrfs_chunk_alloc_add_chunk_item() 5578 map = em->map_lookup; in btrfs_chunk_alloc_add_chunk_item() 5680 static inline int btrfs_chunk_max_errors(struct map_lookup *map) in btrfs_chunk_max_errors() 5690 struct map_lookup *map; in btrfs_chunk_writeable() 5699 map = em->map_lookup; in btrfs_chunk_writeable() [all …]
|
| D | raid56.h | 167 static inline int nr_data_stripes(const struct map_lookup *map) in nr_data_stripes()
|
| D | scrub.c | 1283 struct map_lookup *map, u64 *offset, in get_raid56_logic_offset() 1829 struct map_lookup *map, in scrub_raid56_parity_stripe() 1998 struct map_lookup *map, in scrub_simple_mirror() 2057 static u64 simple_stripe_full_stripe_len(const struct map_lookup *map) in simple_stripe_full_stripe_len() 2066 static u64 simple_stripe_get_logical(struct map_lookup *map, in simple_stripe_get_logical() 2083 static int simple_stripe_mirror_num(struct map_lookup *map, int stripe_index) in simple_stripe_mirror_num() 2095 struct map_lookup *map, in scrub_simple_stripe() 2133 struct map_lookup *map = em->map_lookup; in scrub_stripe() 2303 struct map_lookup *map; in scrub_chunk() 2329 map = em->map_lookup; in scrub_chunk()
|
| D | volumes.h | 515 struct map_lookup { struct 525 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ argument
|
| D | dev-replace.c | 553 struct map_lookup *map; in btrfs_finish_block_group_to_copy() 571 map = em->map_lookup; in btrfs_finish_block_group_to_copy() 816 struct map_lookup *map; in btrfs_dev_replace_update_device_in_mapping_tree() 825 map = em->map_lookup; in btrfs_dev_replace_update_device_in_mapping_tree()
|
| D | block-group.c | 1300 struct map_lookup *map; in btrfs_start_trans_remove_block_group() 1327 map = em->map_lookup; in btrfs_start_trans_remove_block_group() 1965 if (flags != (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { in read_bg_from_eb() 1969 (BTRFS_BLOCK_GROUP_TYPE_MASK & em->map_lookup->type)); in read_bg_from_eb() 2028 struct map_lookup *map; in btrfs_rmap_block() 2040 map = em->map_lookup; in btrfs_rmap_block() 2231 (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { in check_chunk_block_group_mappings() 2235 em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK, in check_chunk_block_group_mappings() 2378 struct map_lookup *map; in fill_dummy_bgs() 2382 map = em->map_lookup; in fill_dummy_bgs() [all …]
|
| D | block-group.h | 246 struct map_lookup *physical_map;
|
| D | zoned.c | 1290 struct map_lookup *map; in btrfs_load_block_group_zone_info() 1323 map = em->map_lookup; in btrfs_load_block_group_zone_info() 1966 struct map_lookup *map; in btrfs_zone_activate() 2078 struct map_lookup *map; in do_zone_finish() 2527 struct map_lookup *map = block_group->physical_map; in btrfs_check_active_zone_reservation()
|
| D | inode.c | 10695 if (em->map_lookup->type & BTRFS_BLOCK_GROUP_PROFILE_MASK) { in btrfs_swap_activate() 10703 device = em->map_lookup->stripes[0].dev; in btrfs_swap_activate() 10709 } else if (device != em->map_lookup->stripes[0].dev) { in btrfs_swap_activate() 10715 physical_block_start = (em->map_lookup->stripes[0].physical + in btrfs_swap_activate()
|
| /Linux-v6.6/Documentation/bpf/ |
| D | map_cgroup_storage.rst | 80 __u32 map_lookup(struct bpf_map *map, __u64 cgrp, enum bpf_attach_type type) 115 __u32 map_lookup(struct bpf_map *map, __u64 cgrp, enum bpf_attach_type type)
|
| D | map_cgrp_storage.rst | 69 __u32 map_lookup(struct bpf_map *map, int cgrp_fd)
|
| /Linux-v6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | main.h | 167 u32 map_lookup; member
|
| D | main.c | 249 bpf->helpers.map_lookup = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
| D | verifier.c | 203 bpf->helpers.map_lookup, reg1) || in nfp_bpf_check_helper_call()
|
| D | jit.c | 4591 val = nfp_prog->bpf->helpers.map_lookup; in nfp_bpf_relo_for_vnic()
|
| /Linux-v6.6/fs/btrfs/tests/ |
| D | extent-map-tests.c | 863 struct map_lookup *map = NULL; in test_rmap_block() 887 em->map_lookup = map; in test_rmap_block()
|
| /Linux-v6.6/include/trace/events/ |
| D | btrfs.h | 24 struct map_lookup; 1064 const struct map_lookup *map, u64 offset, u64 size), 1098 const struct map_lookup *map, u64 offset, u64 size), 1106 const struct map_lookup *map, u64 offset, u64 size),
|