Searched refs:proc_create (Results 1 – 1 of 1) sorted by relevance
200 static struct proc_dentry *proc_create(struct proc_dentry **parent, const char *name, mode_t mode) in proc_create() function309 dentry = proc_create(&_parent, name, S_IFDIR | mode); in proc_mkdir_data()364 return proc_create(parent, name, mode); in proc_create_reg()439 dentry = proc_create(&_parent, name, (S_IFLNK | (S_IRUSR | S_IRGRP | S_IROTH) in proc_symlink()
Completed in 3 milliseconds