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

/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c34 extern const void btf_fops __ksym;
84 fops = &btf_fops;
/linux-master/include/linux/
H A Dbtf.h138 extern const struct file_operations btf_fops;
/linux-master/kernel/bpf/
H A Dbtf.c7444 const struct file_operations btf_fops = { variable in typeref:struct:file_operations
7453 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC);
7494 if (f.file->f_op != &btf_fops) {
H A Dsyscall.c4950 else if (f.file->f_op == &btf_fops)

Completed in 145 milliseconds