• Home
  • Raw
  • Download

Lines Matching refs:filp

662 static int bpf_map_release(struct inode *inode, struct file *filp)  in bpf_map_release()  argument
664 struct bpf_map *map = filp->private_data; in bpf_map_release()
667 map->ops->map_release(map, filp); in bpf_map_release()
699 static void bpf_map_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_map_show_fdinfo() argument
701 struct bpf_map *map = filp->private_data; in bpf_map_show_fdinfo()
737 static ssize_t bpf_dummy_read(struct file *filp, char __user *buf, size_t siz, in bpf_dummy_read() argument
746 static ssize_t bpf_dummy_write(struct file *filp, const char __user *buf, in bpf_dummy_write() argument
778 static int bpf_map_mmap(struct file *filp, struct vm_area_struct *vma) in bpf_map_mmap() argument
780 struct bpf_map *map = filp->private_data; in bpf_map_mmap()
827 static __poll_t bpf_map_poll(struct file *filp, struct poll_table_struct *pts) in bpf_map_poll() argument
829 struct bpf_map *map = filp->private_data; in bpf_map_poll()
832 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
2088 static int bpf_prog_release(struct inode *inode, struct file *filp) in bpf_prog_release() argument
2090 struct bpf_prog *prog = filp->private_data; in bpf_prog_release()
2141 static void bpf_prog_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_prog_show_fdinfo() argument
2143 const struct bpf_prog *prog = filp->private_data; in bpf_prog_show_fdinfo()
2760 static int bpf_link_release(struct inode *inode, struct file *filp) in bpf_link_release() argument
2762 struct bpf_link *link = filp->private_data; in bpf_link_release()
2780 static void bpf_link_show_fdinfo(struct seq_file *m, struct file *filp) in bpf_link_show_fdinfo() argument
2782 const struct bpf_link *link = filp->private_data; in bpf_link_show_fdinfo()