Lines Matching refs:topt
8242 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8245 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8257 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8268 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8270 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8271 topt->opt, !val); in trace_options_write()
8284 struct trace_option_dentry *topt = inode->i_private; in tracing_open_options() local
8287 ret = tracing_check_open_get_tr(topt->tr); in tracing_open_options()
8297 struct trace_option_dentry *topt = file->private_data; in tracing_release_options() local
8299 trace_array_put(topt->tr); in tracing_release_options()
8441 struct trace_option_dentry *topt, in create_trace_option_file() argument
8451 topt->flags = flags; in create_trace_option_file()
8452 topt->opt = opt; in create_trace_option_file()
8453 topt->tr = tr; in create_trace_option_file()
8455 topt->entry = trace_create_file(opt->name, 0644, t_options, topt, in create_trace_option_file()