bpf_map_fops      620 include/linux/bpf.h extern const struct file_operations bpf_map_fops;
bpf_map_fops      430 kernel/bpf/syscall.c const struct file_operations bpf_map_fops = {
bpf_map_fops      447 kernel/bpf/syscall.c 	return anon_inode_getfd("bpf-map", &bpf_map_fops, map,
bpf_map_fops      650 kernel/bpf/syscall.c 	if (f.file->f_op != &bpf_map_fops) {
bpf_map_fops     2677 kernel/bpf/syscall.c 	else if (f.file->f_op == &bpf_map_fops)
bpf_map_fops     6735 security/selinux/hooks.c 	if (file->f_op == &bpf_map_fops) {