• Home
  • Raw
  • Download

Lines Matching refs:dentry

4604 static void trace_create_enum_file(struct dentry *d_tracer)  in trace_create_enum_file()
4611 static inline void trace_create_enum_file(struct dentry *d_tracer) { } in trace_create_enum_file()
6590 static struct dentry *tracing_get_dentry(struct trace_array *tr) in tracing_get_dentry()
6603 static struct dentry *tracing_dentry_percpu(struct trace_array *tr, int cpu) in tracing_dentry_percpu()
6605 struct dentry *d_tracer; in tracing_dentry_percpu()
6622 static struct dentry *
6623 trace_create_cpu_file(const char *name, umode_t mode, struct dentry *parent, in trace_create_cpu_file()
6626 struct dentry *ret = trace_create_file(name, mode, parent, data, fops); in trace_create_cpu_file()
6636 struct dentry *d_percpu = tracing_dentry_percpu(tr, cpu); in tracing_init_tracefs_percpu()
6637 struct dentry *d_cpu; in tracing_init_tracefs_percpu()
6823 struct dentry *trace_create_file(const char *name, in trace_create_file()
6825 struct dentry *parent, in trace_create_file()
6829 struct dentry *ret; in trace_create_file()
6839 static struct dentry *trace_options_init_dentry(struct trace_array *tr) in trace_options_init_dentry()
6841 struct dentry *d_tracer; in trace_options_init_dentry()
6865 struct dentry *t_options; in create_trace_option_file()
6941 static struct dentry *
6945 struct dentry *t_options; in create_trace_option_core_file()
6958 struct dentry *t_options; in create_trace_options_dir()
7027 struct dentry *trace_instance_dir;
7030 init_tracer_tracefs(struct trace_array *tr, struct dentry *d_tracer);
7263 static __init void create_trace_instances(struct dentry *d_tracer) in create_trace_instances()
7273 init_tracer_tracefs(struct trace_array *tr, struct dentry *d_tracer) in init_tracer_tracefs()
7337 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount()
7366 struct dentry *tracing_init_dentry(void) in tracing_init_dentry()
7479 struct dentry *d_tracer; in tracer_init_tracefs()