Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnamei.h72 struct dentry *lookup_one_unlocked(struct user_namespace *mnt_userns,
/linux-6.1.9/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_unlocked(mnt_user_ns(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
/linux-6.1.9/fs/
Dnamei.c2758 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/
Dnamei.c207 struct dentry *ret = lookup_one_unlocked(mnt_user_ns(d->mnt), name, base, len); in ovl_lookup_positive_unlocked()