Searched refs:bpf_token_fops (Results 1 – 1 of 1) sorted by relevance
107 static const struct file_operations bpf_token_fops = { variable167 inode->i_fop = &bpf_token_fops; in bpf_token_create()170 file = alloc_file_pseudo(inode, path.mnt, BPF_TOKEN_INODE_NAME, O_RDWR, &bpf_token_fops); in bpf_token_create()221 if (fd_file(f)->f_op != &bpf_token_fops) in bpf_token_get_from_fd()