Lines Matching defs:name
46 static int proc_match(const char *name, struct proc_dir_entry *de, unsigned int len) in proc_match()
69 const char *name, in pde_subdir_find()
163 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret, in __xlate_proc_name()
183 static int xlate_proc_name(const char *name, struct proc_dir_entry **ret, in xlate_proc_name()
393 const char *name, in __proc_create()
459 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
482 struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir()
504 struct proc_dir_entry *proc_mkdir_data(const char *name, umode_t mode, in proc_mkdir_data()
511 struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode, in proc_mkdir_mode()
518 struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
525 struct proc_dir_entry *proc_create_mount_point(const char *name) in proc_create_mount_point()
541 struct proc_dir_entry *proc_create_reg(const char *name, umode_t mode, in proc_create_reg()
567 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, in proc_create_data()
582 struct proc_dir_entry *proc_create(const char *name, umode_t mode, in proc_create()
616 struct proc_dir_entry *proc_create_seq_private(const char *name, umode_t mode, in proc_create_seq_private()
647 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data()
686 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
725 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()