Home
last modified time | relevance | path

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

/Linux-v6.1/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c21 extern const void btf_fops __ksym;
71 fops = &btf_fops; in iter()
/Linux-v6.1/include/linux/
Dbtf.h83 extern const struct file_operations btf_fops;
/Linux-v6.1/kernel/bpf/
Dbtf.c6880 const struct file_operations btf_fops = { variable
6889 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
6933 if (f.file->f_op != &btf_fops) { in btf_get_by_fd()
Dsyscall.c4302 else if (f.file->f_op == &btf_fops) in bpf_obj_get_info_by_fd()