Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbtf.h13 extern const struct file_operations btf_fops;
/Linux-v4.19/kernel/bpf/
Dbtf.c2243 const struct file_operations btf_fops = { variable
2249 return anon_inode_getfd("btf", &btf_fops, btf, O_RDONLY | O_CLOEXEC); in __btf_new_fd()
2293 if (f.file->f_op != &btf_fops) { in btf_get_by_fd()
Dsyscall.c2173 else if (f.file->f_op == &btf_fops) in bpf_obj_get_info_by_fd()