Searched refs:lookup_one_len_unlocked (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | namei.h | 71 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
| /Linux-v5.10/fs/exportfs/ |
| D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
| /Linux-v5.10/fs/overlayfs/ |
| D | namei.c | 200 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
|
| /Linux-v5.10/fs/ecryptfs/ |
| D | inode.c | 410 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
| /Linux-v5.10/fs/ |
| D | namei.c | 2579 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()
|