Home
last modified time | relevance | path

Searched defs:em (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.8/fs/btrfs/ !
Dextent_map.c48 struct extent_map *em; in alloc_extent_map() local
62 void free_extent_map(struct extent_map *em) in free_extent_map()
81 static int tree_insert(struct rb_root_cached *root, struct extent_map *em) in tree_insert()
182 static inline u64 extent_map_block_end(const struct extent_map *em) in extent_map_block_end()
189 static bool can_merge_extent_map(const struct extent_map *em) in can_merge_extent_map()
228 static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) in try_merge_map()
300 struct extent_map *em; in unpin_extent_cache() local
344 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging()
354 struct extent_map *em, in setup_extent_mapping()
383 struct extent_map *em, int modified) in add_extent_mapping()
[all …]
Dextent_map.h68 static inline void extent_map_set_compression(struct extent_map *em, in extent_map_set_compression()
79 static inline enum btrfs_compression_type extent_map_compression(const struct extent_map *em) in extent_map_compression()
97 static inline bool extent_map_is_compressed(const struct extent_map *em) in extent_map_is_compressed()
104 static inline int extent_map_in_tree(const struct extent_map *em) in extent_map_in_tree()
109 static inline u64 extent_map_end(const struct extent_map *em) in extent_map_end()
Ddefrag.c632 struct extent_map *em; in defrag_get_extent() local
759 struct extent_map *em; in defrag_lookup_extent() local
803 const struct extent_map *em) in get_extent_max_capacity()
810 static bool defrag_check_next_extent(struct inode *inode, struct extent_map *em, in defrag_check_next_extent()
979 struct extent_map *em; in defrag_collect_targets() local
Dinode.c1115 struct extent_map *em; in submit_one_async_extent() local
1227 struct extent_map *em; in get_extent_allocation_hint() local
1298 struct extent_map *em; in cow_file_range() local
2151 struct extent_map *em; in run_delalloc_nocow() local
2631 struct extent_map *em; in btrfs_find_new_delalloc_bytes() local
4885 struct extent_map *em = NULL; in btrfs_cont_expand() local
6787 struct extent_map *em = NULL; in btrfs_get_extent() local
6977 struct extent_map *em = NULL; in btrfs_create_dio_extent() local
7015 struct extent_map *em; in btrfs_new_extent_direct() local
7276 struct extent_map *em; in create_io_em() local
[all …]
Dfile.c2176 struct extent_map *em; in find_first_non_hole() local
2834 struct extent_map *em; in btrfs_zero_range_check_range_boundary() local
2859 struct extent_map *em; in btrfs_zero_range() local
3047 struct extent_map *em; in btrfs_fallocate() local
Dcompression.c425 struct extent_map *em; in add_ra_bio_pages() local
573 struct extent_map *em; in btrfs_submit_compressed_read() local
Dextent_io.c977 struct extent_map *em; in __get_extent_map() local
1017 struct extent_map *em; in btrfs_do_readpage() local
1331 struct extent_map *em; in __extent_writepage_io() local
2378 struct extent_map *em; in try_release_extent_mapping() local
/linux-6.8/fs/btrfs/tests/ !
Dextent-map-tests.c16 struct extent_map *em; in free_extent_map_tree() local
59 struct extent_map *em; in test_case_1() local
154 struct extent_map *em; in test_case_2() local
240 struct extent_map *em; in __test_case_3() local
344 struct extent_map *em; in __test_case_4() local
470 struct extent_map *em; in add_compressed_extent() local
686 struct extent_map *em = NULL; in test_case_6() local
740 struct extent_map *em; in test_case_7() local
Dinode-tests.c223 struct extent_map *em = NULL; in test_btrfs_get_extent() local
812 struct extent_map *em = NULL; in test_hole_first() local
/linux-6.8/net/sched/ !
Dematch.c171 struct tcf_ematch *em, struct nlattr *nla, int idx) in tcf_em_validate()
312 struct tcf_ematch *em; in tcf_em_tree_validate() local
408 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_destroy() local
458 struct tcf_ematch *em = tcf_em_get_match(tree, i); in tcf_em_tree_dump() local
491 static inline int tcf_em_match(struct sk_buff *skb, struct tcf_ematch *em, in tcf_em_match()
Dem_ipset.c20 struct tcf_ematch *em) in em_ipset_change()
41 static void em_ipset_destroy(struct tcf_ematch *em) in em_ipset_destroy()
50 static int em_ipset_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipset_match()
Dem_ipt.c127 struct tcf_ematch *em) in em_ipt_change()
185 static void em_ipt_destroy(struct tcf_ematch *em) in em_ipt_destroy()
205 static int em_ipt_match(struct sk_buff *skb, struct tcf_ematch *em, in em_ipt_match()
250 static int em_ipt_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_ipt_dump()
Dem_nbyte.c23 struct tcf_ematch *em) in em_nbyte_change()
39 static int em_nbyte_match(struct sk_buff *skb, struct tcf_ematch *em, in em_nbyte_match()
Dem_u32.c17 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
Dem_cmp.c21 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
/linux-6.8/drivers/thermal/ !
Dcpufreq_cooling.c74 struct em_perf_domain *em; member
315 struct em_perf_domain *em) { in em_is_sane()
494 struct em_perf_domain *em) in __cpufreq_cooling_register()
637 struct em_perf_domain *em = em_cpu_get(policy->cpu); in of_cpufreq_cooling_register() local
Ddevfreq_cooling.c368 struct em_perf_domain *em; in of_devfreq_cooling_register_power() local
/linux-6.8/drivers/block/aoe/ !
Daoechr.c138 struct ErrMsg *em; in aoechr_error() local
225 struct ErrMsg *em; in aoechr_read() local
/linux-6.8/include/linux/ !
Denergy_model.h78 #define em_span_cpus(em) (to_cpumask((em)->cpus)) argument
79 #define em_is_artificial(em) ((em)->flags & EM_PERF_DOMAIN_ARTIFICIAL) argument
/linux-6.8/fs/ocfs2/ !
Dextent_map.c48 static void __ocfs2_extent_map_lookup(struct ocfs2_extent_map *em, in __ocfs2_extent_map_lookup()
104 struct ocfs2_extent_map *em = &oi->ip_extent_map; in ocfs2_extent_map_trunc() local
217 struct ocfs2_extent_map *em = &oi->ip_extent_map; in ocfs2_extent_map_insert_rec() local
/linux-6.8/net/bridge/netfilter/ !
Debt_among.c206 const struct ebt_entry_match *em = in ebt_among_mt_check() local
/linux-6.8/drivers/powercap/ !
Ddtpm_cpu.c115 struct em_perf_domain *em = em_cpu_get(dtpm_cpu->cpu); in update_pd_power_uw() local
/linux-6.8/include/net/ !
Dpkt_cls.h402 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container()
407 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
412 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
417 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
422 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ !
Ddce_v6_0.c1496 int em = amdgpu_atombios_encoder_get_encoder_mode(encoder); in dce_v6_0_audio_set_dto() local
1657 int em = amdgpu_atombios_encoder_get_encoder_mode(encoder); in dce_v6_0_afmt_setmode() local
3152 int em = amdgpu_atombios_encoder_get_encoder_mode(encoder); in dce_v6_0_encoder_mode_set() local
3224 int em = amdgpu_atombios_encoder_get_encoder_mode(encoder); in dce_v6_0_encoder_disable() local
/linux-6.8/drivers/net/ethernet/freescale/enetc/ !
Denetc_pf.c162 bool em = (f->mac_addr_cnt == 1) && (i == UC); in enetc_sync_mac_filters() local
206 bool em; in enetc_pf_set_rx_mode() local

12