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()
162 static int __xlate_proc_name(const char *name, struct proc_dir_entry **ret, in __xlate_proc_name()
182 static int xlate_proc_name(const char *name, struct proc_dir_entry **ret, in xlate_proc_name()
392 const char *name, in __proc_create()
458 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink()
481 struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir()
503 struct proc_dir_entry *proc_mkdir_data(const char *name, umode_t mode, in proc_mkdir_data()
510 struct proc_dir_entry *proc_mkdir_mode(const char *name, umode_t mode, in proc_mkdir_mode()
517 struct proc_dir_entry *proc_mkdir(const char *name, in proc_mkdir()
524 struct proc_dir_entry *proc_create_mount_point(const char *name) in proc_create_mount_point()
540 struct proc_dir_entry *proc_create_reg(const char *name, umode_t mode, in proc_create_reg()
566 struct proc_dir_entry *proc_create_data(const char *name, umode_t mode, in proc_create_data()
581 struct proc_dir_entry *proc_create(const char *name, umode_t mode, in proc_create()
615 struct proc_dir_entry *proc_create_seq_private(const char *name, umode_t mode, in proc_create_seq_private()
646 struct proc_dir_entry *proc_create_single_data(const char *name, umode_t mode, in proc_create_single_data()
685 void remove_proc_entry(const char *name, struct proc_dir_entry *parent) in remove_proc_entry()
724 int remove_proc_subtree(const char *name, struct proc_dir_entry *parent) in remove_proc_subtree()