Searched refs:__proc_create (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
D | generic.c | 397 static struct proc_dir_entry *__proc_create(struct proc_dir_entry **parent, in __proc_create() function 469 ent = __proc_create(&parent, name, in proc_symlink() 495 ent = __proc_create(&parent, name, S_IFDIR | mode, 2); in _proc_mkdir() 535 ent = __proc_create(&parent, name, mode, 2); in proc_create_mount_point() 558 p = __proc_create(parent, name, mode, 1); in proc_create_reg()
|