Lines Matching refs:topt
8952 struct trace_option_dentry *topt = filp->private_data; in trace_options_read() local
8955 if (topt->flags->val & topt->opt->bit) in trace_options_read()
8967 struct trace_option_dentry *topt = filp->private_data; in trace_options_write() local
8978 if (!!(topt->flags->val & topt->opt->bit) != val) { in trace_options_write()
8980 ret = __set_tracer_option(topt->tr, topt->flags, in trace_options_write()
8981 topt->opt, !val); in trace_options_write()
8994 struct trace_option_dentry *topt = inode->i_private; in tracing_open_options() local
8997 ret = tracing_check_open_get_tr(topt->tr); in tracing_open_options()
9007 struct trace_option_dentry *topt = file->private_data; in tracing_release_options() local
9009 trace_array_put(topt->tr); in tracing_release_options()
9151 struct trace_option_dentry *topt, in create_trace_option_file() argument
9161 topt->flags = flags; in create_trace_option_file()
9162 topt->opt = opt; in create_trace_option_file()
9163 topt->tr = tr; in create_trace_option_file()
9165 topt->entry = trace_create_file(opt->name, TRACE_MODE_WRITE, in create_trace_option_file()
9166 t_options, topt, &trace_options_fops); in create_trace_option_file()