Home
last modified time | relevance | path

Searched refs:btf_fops (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c35 extern const void btf_fops __ksym;
85 fops = &btf_fops; in iter()
/linux-6.15/include/linux/
H A Dbtf.h142 extern const struct file_operations btf_fops;
H A Dbpf.h2360 if (unlikely(fd_file(f)->f_op != &btf_fops)) in __btf_get_by_fd()
/linux-6.15/kernel/bpf/
H A Dbtf.c7963 const struct file_operations btf_fops = { variable
7972 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
H A Dsyscall.c5104 else if (fd_file(f)->f_op == &btf_fops) in bpf_obj_get_info_by_fd()