Searched defs:smap (Results 1 – 13 of 13) sorted by relevance
/linux/kernel/bpf/ |
H A D | bpf_local_storage.c | 21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() 27 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) in mem_charge() 37 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, in mem_uncharge() 47 owner_storage(struct bpf_local_storage_map *smap, void *owner) in owner_storage() 75 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc() 158 struct bpf_local_storage_map *smap, in bpf_local_storage_free() 210 struct bpf_local_storage_map *smap; in bpf_selem_free_rcu() local 231 struct bpf_local_storage_map *smap, in bpf_selem_free() 267 struct bpf_local_storage_map *smap; in bpf_selem_free_list() local 289 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() local [all …]
|
H A D | bpf_inode_storage.c | 40 struct bpf_local_storage_map *smap; in inode_storage_lookup() local
|
H A D | bpf_cgrp_storage.c | 66 struct bpf_local_storage_map *smap; in cgroup_storage_lookup() local
|
H A D | bpf_task_storage.c | 58 struct bpf_local_storage_map *smap; in task_storage_lookup() local
|
/linux/net/core/ |
H A D | bpf_sk_storage.c | 24 struct bpf_local_storage_map *smap; in bpf_sk_storage_lookup() local 136 struct bpf_local_storage_map *smap, in bpf_sk_storage_clone_elem() 173 struct bpf_local_storage_map *smap; in bpf_sk_storage_clone() local 278 static int bpf_sk_storage_charge(struct bpf_local_storage_map *smap, in bpf_sk_storage_charge() 295 static void bpf_sk_storage_uncharge(struct bpf_local_storage_map *smap, in bpf_sk_storage_uncharge() 535 struct bpf_local_storage_map *smap; in diag_get() local 576 struct bpf_local_storage_map *smap; in bpf_sk_storage_diag_put_all() local 703 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_seq_find_next() local
|
/linux/include/linux/ |
H A D | bpf_local_storage.h | 71 struct bpf_local_storage_map __rcu *smap; member 96 struct bpf_local_storage_map __rcu *smap; member 144 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup()
|
/linux/fs/btrfs/ |
H A D | bio.c | 480 struct btrfs_io_stripe *smap, int mirror_num) in btrfs_submit_bio() 523 struct btrfs_io_stripe smap; member 622 struct btrfs_io_stripe *smap, int mirror_num) in btrfs_wq_submit_bio() 670 struct btrfs_io_stripe smap; in btrfs_submit_chunk() local 805 struct btrfs_io_stripe smap = { 0 }; in btrfs_repair_io_failure() local 865 struct btrfs_io_stripe smap = { 0 }; in btrfs_submit_repair_write() local
|
/linux/fs/nilfs2/ |
H A D | page.c | 244 struct address_space *smap) in nilfs_copy_dirty_pages() 299 struct address_space *smap) in nilfs_copy_back_pages()
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 1318 struct xfs_bmbt_irec smap; in xfs_reflink_remap_extent() local
|
H A D | xfs_iomap.c | 1582 struct xfs_bmbt_irec smap; in xfs_zoned_buffered_write_iomap_begin() local
|
/linux/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 49 static inline void byte_copymap(u8 dmap[], unsigned long smap[], in byte_copymap()
|
/linux/fs/ |
H A D | dax.c | 2187 const struct iomap *smap = &it_src->iomap; in dax_range_compare_iter() local
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 4836 bool smep, smap, is_user; in svm_check_emulate_instruction() local
|