| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | extent_map.c | 52 struct extent_map *em; in alloc_extent_map() local 72 void free_extent_map(struct extent_map *em) in free_extent_map() 94 static int tree_insert(struct rb_root_cached *root, struct extent_map *em) in tree_insert() 235 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 335 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging() 343 struct extent_map *em, in setup_extent_mapping() 356 static void extent_map_device_set_bits(struct extent_map *em, unsigned bits) in extent_map_device_set_bits() 371 static void extent_map_device_clear_bits(struct extent_map *em, unsigned bits) in extent_map_device_clear_bits() 398 struct extent_map *em, int modified) in add_extent_mapping() [all …]
|
| D | extent_map.h | 58 static inline int extent_map_in_tree(const struct extent_map *em) in extent_map_in_tree() 63 static inline u64 extent_map_end(struct extent_map *em) in extent_map_end() 70 static inline u64 extent_map_block_end(struct extent_map *em) in extent_map_block_end()
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | extent_map.c | 48 struct extent_map *em; in alloc_extent_map() local 63 void free_extent_map(struct extent_map *em) in free_extent_map() 84 static int tree_insert(struct rb_root_cached *root, struct extent_map *em) in tree_insert() 231 static void try_merge_map(struct extent_map_tree *tree, struct extent_map *em) in try_merge_map() 299 struct extent_map *em; in unpin_extent_cache() local 334 void clear_em_logging(struct extent_map_tree *tree, struct extent_map *em) in clear_em_logging() 344 struct extent_map *em, in setup_extent_mapping() 357 static void extent_map_device_set_bits(struct extent_map *em, unsigned bits) in extent_map_device_set_bits() 373 static void extent_map_device_clear_bits(struct extent_map *em, unsigned bits) in extent_map_device_clear_bits() 404 struct extent_map *em, int modified) in add_extent_mapping() [all …]
|
| D | extent_map.h | 68 static inline int extent_map_in_tree(const struct extent_map *em) in extent_map_in_tree() 73 static inline u64 extent_map_end(struct extent_map *em) in extent_map_end() 80 static inline u64 extent_map_block_end(struct extent_map *em) in extent_map_block_end()
|
| D | defrag.c | 488 struct extent_map *em; in defrag_get_extent() local 615 struct extent_map *em; in defrag_lookup_extent() local 659 const struct extent_map *em) in get_extent_max_capacity() 666 static bool defrag_check_next_extent(struct inode *inode, struct extent_map *em, in defrag_check_next_extent() 835 struct extent_map *em; in defrag_collect_targets() local
|
| /kernel/linux/linux-6.6/fs/btrfs/tests/ |
| D | extent-map-tests.c | 16 struct extent_map *em; in free_extent_map_tree() local 59 struct extent_map *em; in test_case_1() local 149 struct extent_map *em; in test_case_2() local 231 struct extent_map *em; in __test_case_3() local 330 struct extent_map *em; in __test_case_4() local 449 struct extent_map *em; in add_compressed_extent() local 665 struct extent_map *em = NULL; in test_case_6() local 719 struct extent_map *em; in test_case_7() local 862 struct extent_map *em; in test_rmap_block() local
|
| D | inode-tests.c | 223 struct extent_map *em = NULL; in test_btrfs_get_extent() local 812 struct extent_map *em = NULL; in test_hole_first() local
|
| /kernel/linux/linux-5.10/fs/btrfs/tests/ |
| D | extent-map-tests.c | 15 struct extent_map *em; in free_extent_map_tree() local 56 struct extent_map *em; in test_case_1() local 146 struct extent_map *em; in test_case_2() local 228 struct extent_map *em; in __test_case_3() local 327 struct extent_map *em; in __test_case_4() local 459 struct extent_map *em; in test_rmap_block() local
|
| D | inode-tests.c | 221 struct extent_map *em = NULL; in test_btrfs_get_extent() local 827 struct extent_map *em = NULL; in test_hole_first() local
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | ematch.c | 171 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()
|
| D | em_ipset.c | 20 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()
|
| D | em_ipt.c | 127 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()
|
| D | em_nbyte.c | 23 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()
|
| D | em_u32.c | 17 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
|
| D | em_cmp.c | 21 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
|
| /kernel/linux/linux-6.6/net/sched/ |
| D | ematch.c | 171 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()
|
| D | em_ipset.c | 20 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()
|
| D | em_ipt.c | 127 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()
|
| D | em_nbyte.c | 23 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()
|
| D | em_u32.c | 17 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
|
| D | em_cmp.c | 21 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | cpufreq_cooling.c | 76 struct em_perf_domain *em; member 322 struct em_perf_domain *em) { in em_is_sane() 483 struct em_perf_domain *em) in __cpufreq_cooling_register() 638 struct em_perf_domain *em = em_cpu_get(policy->cpu); in of_cpufreq_cooling_register() local
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| D | cpufreq_cooling.c | 74 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
|
| /kernel/linux/linux-6.6/drivers/block/aoe/ |
| D | aoechr.c | 138 struct ErrMsg *em; in aoechr_error() local 225 struct ErrMsg *em; in aoechr_read() local
|
| /kernel/linux/linux-5.10/drivers/block/aoe/ |
| D | aoechr.c | 128 struct ErrMsg *em; in aoechr_error() local 217 struct ErrMsg *em; in aoechr_read() local
|