Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnamei.h80 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
/openbmc/linux/fs/exportfs/
H A Dexpfs.c148 tmp = lookup_one_unlocked(mnt_idmap(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
/openbmc/linux/fs/
H A Dnamei.c2793 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap, in lookup_one_unlocked() function
2810 EXPORT_SYMBOL(lookup_one_unlocked);
2836 struct dentry *ret = lookup_one_unlocked(idmap, name, base, len); in lookup_one_positive_unlocked()
2861 return lookup_one_unlocked(&nop_mnt_idmap, name, base, len); in lookup_one_len_unlocked()
/openbmc/linux/fs/overlayfs/
H A Dnamei.c214 struct dentry *ret = lookup_one_unlocked(mnt_idmap(d->mnt), name, base, len); in ovl_lookup_positive_unlocked()