Searched refs:proc_lookup_de (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | internal.h | 195 struct dentry *proc_lookup_de(struct inode *, struct dentry *, struct proc_dir_entry *);
|
H A D | proc_net.c | 286 de = proc_lookup_de(dir, dentry, net->proc_net); in proc_tgid_net_lookup()
|
H A D | generic.c | 249 struct dentry *proc_lookup_de(struct inode *dir, struct dentry *dentry, in proc_lookup_de() function 277 return proc_lookup_de(dir, dentry, PDE(dir)); in proc_lookup()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | internal.h | 191 struct dentry *proc_lookup_de(struct inode *, struct dentry *, struct proc_dir_entry *);
|
H A D | proc_net.c | 296 de = proc_lookup_de(dir, dentry, net->proc_net); in proc_tgid_net_lookup()
|
H A D | generic.c | 243 struct dentry *proc_lookup_de(struct inode *dir, struct dentry *dentry, in proc_lookup_de() function 271 return proc_lookup_de(dir, dentry, PDE(dir)); in proc_lookup()
|
Completed in 6 milliseconds