Home
last modified time | relevance | path

Searched refs:lookup_one_len_unlocked (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnamei.h72 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c201 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c410 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c2672 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()