Searched refs:btf_fops (Results 1 – 4 of 4) sorted by relevance
35 extern const void btf_fops __ksym;85 fops = &btf_fops; in iter()
2628 if (unlikely(fd_file(f)->f_op != &btf_fops)) in __btf_get_by_fd()
8137 const struct file_operations btf_fops = { variable8146 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
5460 else if (fd_file(f)->f_op == &btf_fops) in bpf_obj_get_info_by_fd()