Home
last modified time | relevance | path

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

12

/linux/fs/btrfs/
H A Dextent_map.c47 struct extent_map *em; in btrfs_alloc_extent_map() local
61 void btrfs_free_extent_map(struct extent_map *em) in btrfs_free_extent_map()
80 static void remove_em(struct btrfs_inode *inode, struct extent_map *em) in remove_em()
91 static int tree_insert(struct rb_root *root, struct extent_map *em) in tree_insert()
189 static inline u64 extent_map_block_len(const struct extent_map *em) in extent_map_block_len()
196 static inline u64 extent_map_block_end(const struct extent_map *em) in extent_map_block_end()
207 static bool can_merge_extent_map(const struct extent_map *em) in can_merge_extent_map()
308 struct extent_map *em) in dump_extent_map()
320 static void validate_extent_map(struct btrfs_fs_info *fs_info, struct extent_map *em) in validate_extent_map()
354 static void try_merge_map(struct btrfs_inode *inode, struct extent_map *em) in try_merge_map()
[all …]
H A Ddirect-io.c147 struct extent_map *em = NULL; in btrfs_create_dio_extent() local
181 struct extent_map *em; in btrfs_new_extent_direct() local
223 struct extent_map *em = *map; in btrfs_get_blocks_direct_write() local
375 struct extent_map *em; in btrfs_dio_iomap_begin() local
H A Ddefrag.c613 struct extent_map *em; in defrag_get_extent() local
739 struct extent_map *em; in defrag_lookup_extent() local
783 const struct extent_map *em) in get_extent_max_capacity()
790 static bool defrag_check_next_extent(struct inode *inode, struct extent_map *em, in defrag_check_next_extent()
949 struct extent_map *em; in defrag_collect_targets() local
H A Dfile.c2155 struct extent_map *em; in find_first_non_hole() local
2866 struct extent_map *em; in btrfs_zero_range_check_range_boundary() local
2891 struct extent_map *em; in btrfs_zero_range() local
3081 struct extent_map *em; in btrfs_fallocate() local
H A Dinode.c1042 struct extent_map *em; in submit_one_async_extent() local
1155 struct extent_map *em; in btrfs_get_extent_allocation_hint() local
1211 struct extent_map *em; in cow_one_range() local
1920 struct extent_map *em; in nocow_one_range() local
2765 struct extent_map *em; in btrfs_find_new_delalloc_bytes() local
5305 struct extent_map *em = NULL; in btrfs_cont_expand() local
7232 struct extent_map *em = NULL; in btrfs_get_extent() local
7533 struct extent_map *em; in btrfs_create_io_em() local
9214 struct extent_map *em; in __btrfs_prealloc_file_range() local
9744 struct extent_map *em; in btrfs_encoded_read() local
[all …]
H A Dcompression.c377 struct extent_map *em; in add_ra_bio_folios() local
534 struct extent_map *em; in btrfs_submit_compressed_read() local
H A Dextent_io.c1002 struct extent_map *em; in get_extent_map() local
1029 const struct extent_map *em) in btrfs_readahead_expand()
1064 struct extent_map *em; in btrfs_do_readpage() local
1823 struct extent_map *em; in submit_one_sector() local
3085 struct extent_map *em; in try_release_extent_mapping() local
H A Dtree-log.c4995 const struct extent_map *em, in log_extent_csums()
5112 const struct extent_map *em, in log_one_extent()
5337 struct extent_map *em, *n; in btrfs_log_changed_extents() local
7172 struct extent_map *em, *n; in btrfs_log_inode() local
H A Dfile-item.c1350 struct extent_map *em) in btrfs_extent_item_to_extent_map()
/linux/fs/btrfs/tests/
H A Dextent-map-tests.c17 struct extent_map *em; in free_extent_map_tree() local
65 struct extent_map *em; in test_case_1() local
166 struct extent_map *em; in test_case_2() local
261 struct extent_map *em; in __test_case_3() local
370 struct extent_map *em; in __test_case_4() local
501 struct extent_map *em; in add_compressed_extent() local
713 struct extent_map *em = NULL; in test_case_6() local
773 struct extent_map *em; in test_case_7() local
915 struct extent_map *em; in test_case_8() local
/linux/net/sched/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dem_u32.c17 static int em_u32_match(struct sk_buff *skb, struct tcf_ematch *em, in em_u32_match()
H A Dem_cmp.c21 static int em_cmp_match(struct sk_buff *skb, struct tcf_ematch *em, in em_cmp_match()
H A Dem_meta.c965 static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em) in em_meta_dump()
/linux/drivers/block/aoe/
H A Daoechr.c138 struct ErrMsg *em; in aoechr_error() local
225 struct ErrMsg *em; in aoechr_read() local
/linux/net/bridge/netfilter/
H A Debt_among.c206 const struct ebt_entry_match *em = in ebt_among_mt_check() local
/linux/drivers/powercap/
H A Ddtpm_cpu.c124 struct em_perf_domain *em = em_cpu_get(dtpm_cpu->cpu); in update_pd_power_uw() local
/linux/include/net/
H A Dpkt_cls.h425 static inline int tcf_em_is_container(struct tcf_ematch *em) in tcf_em_is_container()
430 static inline int tcf_em_is_simple(struct tcf_ematch *em) in tcf_em_is_simple()
435 static inline int tcf_em_is_inverted(struct tcf_ematch *em) in tcf_em_is_inverted()
440 static inline int tcf_em_last_match(struct tcf_ematch *em) in tcf_em_last_match()
445 static inline int tcf_em_early_end(struct tcf_ematch *em, int result) in tcf_em_early_end()
/linux/drivers/input/misc/
H A Dyealink.c52 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument
/linux/rust/kernel/
H A Dopp.rs606 em: bool, field
/linux/include/linux/
H A Drio.h477 } em; member
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp6000_pcie.c156 void __iomem *em; member

12