Lines Matching defs:file
10 #include <linux/file.h>
60 void (*map_release)(struct bpf_map *map, struct file *map_file);
79 void *(*map_fd_get_ptr)(struct bpf_map *map, struct file *map_file, int fd);
96 __poll_t (*map_poll)(struct bpf_map *map, struct file *filp, struct poll_table_struct *pts);
897 struct file *file;
1010 struct file *perf_file;
1011 struct file *map_file;
1298 struct file *bpf_link_new_file(struct bpf_link *link, int *reserved_fd);
1365 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, void *key, void *value, u64 map_flags);
1367 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, void *key, void *value, u64 map_flags);