Lines Matching defs:name
31 static int proc_match(unsigned int len, const char *name, struct proc_dir_entry *de) in proc_match()
54 const char *name, in pde_subdir_find()
141 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret, in __xlate_proc_name()
170 static int xlate_proc_name(const char *name, struct proc_dir_entry **ret, in xlate_proc_name()
356 const char *name, in __proc_create()
397 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
424 struct proc_dir_entry *proc_mkdir_data(const char *name, umode_t mode, in proc_mkdir_data()
448 struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode, in proc_mkdir_mode()
455 struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
462 struct proc_dir_entry *proc_create_mount_point(const char *name) in proc_create_mount_point()
481 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, in proc_create_data()
546 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
580 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()