Searched refs:lookup_one_len_unlocked (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/linux/ |
D | namei.h | 69 extern struct dentry *lookup_one_len_unlocked(const char *, struct dentry *, int);
|
/Linux-v5.15/fs/exportfs/ |
D | expfs.c | 148 tmp = lookup_one_len_unlocked(nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/Linux-v5.15/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 437 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
|
/Linux-v5.15/fs/overlayfs/ |
D | namei.c | 205 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in ovl_lookup_positive_unlocked()
|
/Linux-v5.15/fs/ecryptfs/ |
D | inode.c | 408 lower_dentry = lookup_one_len_unlocked(name, lower_dir_dentry, len); in ecryptfs_lookup()
|
/Linux-v5.15/fs/ |
D | namei.c | 2732 struct dentry *lookup_one_len_unlocked(const char *name, in lookup_one_len_unlocked() function 2748 EXPORT_SYMBOL(lookup_one_len_unlocked); 2761 struct dentry *ret = lookup_one_len_unlocked(name, base, len); in lookup_positive_unlocked()
|