Searched refs:proc_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | internal.h | 194 extern struct dentry *proc_lookup(struct inode *, struct dentry *, unsigned int);
|
H A D | root.c | 324 return proc_lookup(dir, dentry, flags); in proc_root_lookup()
|
H A D | generic.c | 269 struct dentry *proc_lookup(struct inode *dir, struct dentry *dentry, in proc_lookup() function 366 .lookup = proc_lookup,
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | internal.h | 190 extern struct dentry *proc_lookup(struct inode *, struct dentry *, unsigned int);
|
H A D | root.c | 328 return proc_lookup(dir, dentry, flags); in proc_root_lookup()
|
H A D | generic.c | 263 struct dentry *proc_lookup(struct inode *dir, struct dentry *dentry, in proc_lookup() function 360 .lookup = proc_lookup,
|
Completed in 6 milliseconds