Lines Matching defs:parent
36 static int _proc_find(struct proc_dentry **parent, const char *name) in _proc_find()
57 static int proc_find(struct proc_dentry **parent, const char **name, rt_bool_t force_lookup) in proc_find()
200 static struct proc_dentry *proc_create(struct proc_dentry **parent, const char *name, mode_t mode) in proc_create()
280 static struct proc_dentry *proc_register(struct proc_dentry *parent, struct proc_dentry *child) in proc_register()
301 struct proc_dentry *proc_mkdir_data(const char *name, mode_t mode, struct proc_dentry *parent, in proc_mkdir_data()
331 struct proc_dentry *proc_mkdir_mode(const char *name, mode_t mode, struct proc_dentry *parent) in proc_mkdir_mode()
344 struct proc_dentry *proc_mkdir(const char *name, struct proc_dentry *parent) in proc_mkdir()
349 …tic struct proc_dentry *proc_create_reg(const char *name, mode_t mode, struct proc_dentry **parent) in proc_create_reg()
378 struct proc_dentry *proc_create_data(const char *name, mode_t mode, struct proc_dentry *parent, in proc_create_data()
407 …uct proc_dentry *proc_create_single_data(const char *name, mode_t mode, struct proc_dentry *parent, in proc_create_single_data()
435 struct proc_dentry *proc_symlink(const char *name, struct proc_dentry *parent, const char *dest) in proc_symlink()
536 void proc_remove_dentry(const char *name, struct proc_dentry *parent) in proc_remove_dentry()