Searched refs:lookup_one_len_unlocked (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | namei.h | 72 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
| /OK3568_Linux_fs/kernel/fs/exportfs/ |
| H A D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 201 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | inode.c | 410 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 2672 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function 2688 EXPORT_SYMBOL(lookup_one_len_unlocked); 2701 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in lookup_positive_unlocked()
|