Lines Matching refs:bpf_map
36 struct bpf_map *map,
78 static void *bpf_fd_inode_storage_lookup_elem(struct bpf_map *map, void *key)
90 static long bpf_fd_inode_storage_update_elem(struct bpf_map *map, void *key,
107 static int inode_storage_delete(struct inode *inode, struct bpf_map *map)
120 static long bpf_fd_inode_storage_delete_elem(struct bpf_map *map, void *key)
130 BPF_CALL_5(bpf_inode_storage_get, struct bpf_map *, map, struct inode *, inode,
166 struct bpf_map *, map, struct inode *, inode)
178 static int notsupp_get_next_key(struct bpf_map *map, void *key,
184 static struct bpf_map *inode_storage_map_alloc(union bpf_attr *attr)
189 static void inode_storage_map_free(struct bpf_map *map)