Searched refs:map_lookup (Results 1 – 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | extent_map.c | 81 kfree(em->map_lookup); in free_extent_map() 217 if (prev->map_lookup || next->map_lookup) in mergable_maps() 223 prev->map_lookup == next->map_lookup && in mergable_maps() 358 struct map_lookup *map = em->map_lookup; in extent_map_device_set_bits() 373 struct map_lookup *map = em->map_lookup; in extent_map_device_clear_bits()
|
D | raid56.h | 10 static inline int nr_parity_stripes(const struct map_lookup *map) in nr_parity_stripes() 20 static inline int nr_data_stripes(const struct map_lookup *map) in nr_data_stripes()
|
D | extent_map.h | 46 struct map_lookup *map_lookup; member
|
D | volumes.c | 2952 struct map_lookup *map; in btrfs_remove_chunk() 2967 map = em->map_lookup; in btrfs_remove_chunk() 5089 struct map_lookup *map = NULL; in create_chunk() 5125 em->map_lookup = map; in create_chunk() 5247 struct map_lookup *map; in btrfs_finish_chunk_alloc() 5258 map = em->map_lookup; in btrfs_finish_chunk_alloc() 5350 static inline int btrfs_chunk_max_errors(struct map_lookup *map) in btrfs_chunk_max_errors() 5360 struct map_lookup *map; in btrfs_chunk_readonly() 5369 map = em->map_lookup; in btrfs_chunk_readonly() 5417 struct map_lookup *map; in btrfs_num_copies() [all …]
|
D | volumes.h | 370 struct map_lookup { struct 381 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ argument
|
D | block-group.c | 1175 struct map_lookup *map; in btrfs_start_trans_remove_block_group() 1202 map = em->map_lookup; in btrfs_start_trans_remove_block_group() 1578 if (flags != (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { in read_bg_from_eb() 1582 (BTRFS_BLOCK_GROUP_TYPE_MASK & em->map_lookup->type)); in read_bg_from_eb() 1662 struct map_lookup *map; in btrfs_rmap_block() 1674 map = em->map_lookup; in btrfs_rmap_block() 1862 (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { in check_chunk_block_group_mappings() 1866 em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK, in check_chunk_block_group_mappings()
|
D | dev-replace.c | 656 struct map_lookup *map; in btrfs_dev_replace_update_device_in_mapping_tree() 665 map = em->map_lookup; in btrfs_dev_replace_update_device_in_mapping_tree()
|
D | scrub.c | 2402 static int scrub_extent(struct scrub_ctx *sctx, struct map_lookup *map, in scrub_extent() 2596 struct map_lookup *map, u64 *offset, in get_raid56_logic_offset() 2751 struct map_lookup *map, in scrub_raid56_parity() 2976 struct map_lookup *map, in scrub_stripe() 3372 struct map_lookup *map; in scrub_chunk() 3394 map = em->map_lookup; in scrub_chunk()
|
D | inode.c | 10282 if (em->map_lookup->type & BTRFS_BLOCK_GROUP_PROFILE_MASK) { in btrfs_swap_activate() 10290 device = em->map_lookup->stripes[0].dev; in btrfs_swap_activate() 10296 } else if (device != em->map_lookup->stripes[0].dev) { in btrfs_swap_activate() 10302 physical_block_start = (em->map_lookup->stripes[0].physical + in btrfs_swap_activate()
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
D | extent-map-tests.c | 460 struct map_lookup *map = NULL; in test_rmap_block() 484 em->map_lookup = map; in test_rmap_block()
|
/kernel/linux/linux-5.10/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 | 4585 val = nfp_prog->bpf->helpers.map_lookup; in nfp_bpf_relo_for_vnic()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | btrfs.h | 24 struct map_lookup; 972 const struct map_lookup *map, u64 offset, u64 size), 1006 const struct map_lookup *map, u64 offset, u64 size), 1014 const struct map_lookup *map, u64 offset, u64 size),
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 57275 + (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK) != 57280 + em->start, em->len, em->map_lookup->type &
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 359598 + (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK) != 359603 + em->start, em->len, em->map_lookup->type &
|