Home
last modified time | relevance | path

Searched refs:proc_lookup (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/proc/
H A Dinternal.h188 extern struct dentry *proc_lookup(struct inode *, struct dentry *, unsigned int);
H A Dgeneric.c269 struct dentry *proc_lookup(struct inode *dir, struct dentry *dentry, in proc_lookup() function
366 .lookup = proc_lookup,
H A Droot.c324 return proc_lookup(dir, dentry, flags); in proc_root_lookup()