Searched refs:map_lookup (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | raid56.h | 10 static inline int nr_parity_stripes(struct map_lookup *map) in nr_parity_stripes() 20 static inline int nr_data_stripes(struct map_lookup *map) in nr_data_stripes()
|
D | extent_map.h | 44 struct map_lookup *map_lookup; member
|
D | volumes.c | 1274 struct map_lookup *map; in contains_pending_extent() 1277 map = em->map_lookup; in contains_pending_extent() 2742 struct map_lookup *map; in btrfs_remove_chunk() 2757 map = em->map_lookup; in btrfs_remove_chunk() 4584 struct map_lookup *map = NULL; in __btrfs_alloc_chunk() 4815 em->map_lookup = map; in __btrfs_alloc_chunk() 4879 struct map_lookup *map; in btrfs_finish_chunk_alloc() 4890 map = em->map_lookup; in btrfs_finish_chunk_alloc() 5002 static inline int btrfs_chunk_max_errors(struct map_lookup *map) in btrfs_chunk_max_errors() 5023 struct map_lookup *map; in btrfs_chunk_readonly() [all …]
|
D | volumes.h | 341 struct map_lookup { struct 352 #define map_lookup_size(n) (sizeof(struct map_lookup) + \ argument
|
D | dev-replace.c | 711 struct map_lookup *map; in btrfs_dev_replace_update_device_in_mapping_tree() 720 map = em->map_lookup; in btrfs_dev_replace_update_device_in_mapping_tree()
|
D | scrub.c | 2449 static int scrub_extent(struct scrub_ctx *sctx, struct map_lookup *map, in scrub_extent() 2643 struct map_lookup *map, u64 *offset, in get_raid56_logic_offset() 2798 struct map_lookup *map, in scrub_raid56_parity() 3023 struct map_lookup *map, in scrub_stripe() 3405 struct map_lookup *map; in scrub_chunk() 3427 map = em->map_lookup; in scrub_chunk()
|
D | extent_map.c | 80 kfree(em->map_lookup); in free_extent_map()
|
D | extent-tree.c | 9584 if (flags != (em->map_lookup->type & in find_first_block_group() 9591 em->map_lookup->type)); in find_first_block_group() 9883 (em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK)) { in check_chunk_block_group_mappings() 9887 em->map_lookup->type & BTRFS_BLOCK_GROUP_TYPE_MASK, in check_chunk_block_group_mappings() 10501 struct map_lookup *map; in btrfs_start_trans_remove_block_group() 10528 map = em->map_lookup; in btrfs_start_trans_remove_block_group()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.h | 191 u32 map_lookup; member
|
D | main.c | 286 bpf->helpers.map_lookup = readl(&cap->func_addr); in nfp_bpf_parse_cap_func()
|
D | verifier.c | 190 bpf->helpers.map_lookup, reg1) || in nfp_bpf_check_call()
|
D | jit.c | 4081 val = nfp_prog->bpf->helpers.map_lookup; in nfp_bpf_relo_for_vnic()
|
/Linux-v4.19/include/trace/events/ |
D | btrfs.h | 24 struct map_lookup; 901 const struct map_lookup *map, u64 offset, u64 size), 935 const struct map_lookup *map, u64 offset, u64 size), 943 const struct map_lookup *map, u64 offset, u64 size),
|