Home
last modified time | relevance | path

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

/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
/fs/overlayfs/
Dnamei.c201 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
/fs/ecryptfs/
Dinode.c418 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/fs/
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()