Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c34 extern const void btf_fops __ksym;
84 fops = &btf_fops; in iter()
/openbmc/linux/include/linux/
H A Dbtf.h126 extern const struct file_operations btf_fops;
/openbmc/linux/kernel/bpf/
H A Dbtf.c7165 const struct file_operations btf_fops = { variable
7174 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
7215 if (f.file->f_op != &btf_fops) { in btf_get_by_fd()
H A Dsyscall.c4782 else if (f.file->f_op == &btf_fops) in bpf_obj_get_info_by_fd()