Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dnamei.h71 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
/Linux-v5.10/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
/Linux-v5.10/fs/overlayfs/
Dnamei.c200 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
/Linux-v5.10/fs/ecryptfs/
Dinode.c410 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
/Linux-v5.10/fs/
Dnamei.c2579 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function
2595 EXPORT_SYMBOL(lookup_one_len_unlocked);
2608 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in lookup_positive_unlocked()