Home
last modified time | relevance | path

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

/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_unlocked(mnt_user_ns(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
/fs/
Dnamei.c2788 struct dentry *lookup_one_unlocked(struct user_namespace *mnt_userns, in lookup_one_unlocked() function
2805 EXPORT_SYMBOL(lookup_one_unlocked);
2831 struct dentry *ret = lookup_one_unlocked(mnt_userns, name, base, len); in lookup_one_positive_unlocked()
2856 return lookup_one_unlocked(&init_user_ns, name, base, len); in lookup_one_len_unlocked()
/fs/overlayfs/
Dnamei.c207 struct dentry *ret = lookup_one_unlocked(mnt_user_ns(d->mnt), name, base, len); in ovl_lookup_positive_unlocked()