Searched refs:__proc_create (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/fs/proc/ |
| D | generic.c | 387 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() function 456 ent = __proc_create(&parent, name, in proc_symlink() 482 ent = __proc_create(&parent, name, S_IFDIR | mode, 2); in proc_mkdir_data() 512 ent = __proc_create(&parent, name, mode, 2); in proc_create_mount_point() 535 p = __proc_create(parent, name, mode, 1); in proc_create_reg()
|