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()
161 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret, in __xlate_proc_name()
188 static int xlate_proc_name(const char *name, struct proc_dir_entry **ret, in xlate_proc_name()
388 const char *name, in __proc_create()
451 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
474 struct proc_dir_entry *proc_mkdir_data(const char *name, umode_t mode, in proc_mkdir_data()
493 struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode, in proc_mkdir_mode()
500 struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
507 struct proc_dir_entry *proc_create_mount_point(const char *name) in proc_create_mount_point()
523 struct proc_dir_entry *proc_create_reg(const char *name, umode_t mode, in proc_create_reg()
549 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, in proc_create_data()
564 struct proc_dir_entry *proc_create(const char *name, umode_t mode, in proc_create()
598 struct proc_dir_entry *proc_create_seq_private(const char *name, umode_t mode, in proc_create_seq_private()
629 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data()
668 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
707 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()