Lines Matching refs:dentry
1715 struct dentry *d_tracer) in trace_create_maxlat_file()
6160 static void trace_create_eval_file(struct dentry *d_tracer) in trace_create_eval_file()
6167 static inline void trace_create_eval_file(struct dentry *d_tracer) { } in trace_create_eval_file()
8692 static struct dentry *tracing_get_dentry(struct trace_array *tr) in tracing_get_dentry()
8705 static struct dentry *tracing_dentry_percpu(struct trace_array *tr, int cpu) in tracing_dentry_percpu()
8707 struct dentry *d_tracer; in tracing_dentry_percpu()
8724 static struct dentry *
8725 trace_create_cpu_file(const char *name, umode_t mode, struct dentry *parent, in trace_create_cpu_file()
8728 struct dentry *ret = trace_create_file(name, mode, parent, data, fops); in trace_create_cpu_file()
8738 struct dentry *d_percpu = tracing_dentry_percpu(tr, cpu); in tracing_init_tracefs_percpu()
8739 struct dentry *d_cpu; in tracing_init_tracefs_percpu()
8948 struct dentry *trace_create_file(const char *name, in trace_create_file()
8950 struct dentry *parent, in trace_create_file()
8954 struct dentry *ret; in trace_create_file()
8964 static struct dentry *trace_options_init_dentry(struct trace_array *tr) in trace_options_init_dentry()
8966 struct dentry *d_tracer; in trace_options_init_dentry()
8990 struct dentry *t_options; in create_trace_option_file()
9066 static struct dentry *
9070 struct dentry *t_options; in create_trace_option_core_file()
9083 struct dentry *t_options; in create_trace_options_dir()
9200 static struct dentry *trace_instance_dir;
9203 init_tracer_tracefs(struct trace_array *tr, struct dentry *d_tracer);
9571 static __init void create_trace_instances(struct dentry *d_tracer) in create_trace_instances()
9597 init_tracer_tracefs(struct trace_array *tr, struct dentry *d_tracer) in init_tracer_tracefs()
9678 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount()