Searched refs:lookup_one_unlocked (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | namei.h | 72 struct dentry *lookup_one_unlocked(struct user_namespace *mnt_userns,
|
/linux-6.1.9/fs/exportfs/ |
D | expfs.c | 148 tmp = lookup_one_unlocked(mnt_user_ns(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/linux-6.1.9/fs/ |
D | namei.c | 2758 struct dentry *lookup_one_unlocked(struct user_namespace *mnt_userns, in lookup_one_unlocked() function 2775 EXPORT_SYMBOL(lookup_one_unlocked); 2801 struct dentry *ret = lookup_one_unlocked(mnt_userns, name, base, len); in lookup_one_positive_unlocked() 2826 return lookup_one_unlocked(&init_user_ns, name, base, len); in lookup_one_len_unlocked()
|
/linux-6.1.9/fs/overlayfs/ |
D | namei.c | 207 struct dentry *ret = lookup_one_unlocked(mnt_user_ns(d->mnt), name, base, len); in ovl_lookup_positive_unlocked()
|