Searched refs:_proc_mkdir (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | proc_fs.h | 89 struct proc_dir_entry *_proc_mkdir(const char *, umode_t, struct proc_dir_entry *, void *, bool); 184 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir() function 236 return _proc_mkdir(name, 0, parent, net, true); in proc_net_mkdir()
|