Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnamei.h76 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
/linux-6.12.1/fs/exportfs/
Dexpfs.c148 tmp = lookup_one_unlocked(mnt_idmap(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
/linux-6.12.1/fs/
Dnamei.c2898 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap, in lookup_one_unlocked() function
2915 EXPORT_SYMBOL(lookup_one_unlocked);
2941 struct dentry *ret = lookup_one_unlocked(idmap, name, base, len); in lookup_one_positive_unlocked()
2966 return lookup_one_unlocked(&nop_mnt_idmap, name, base, len); in lookup_one_len_unlocked()
/linux-6.12.1/fs/overlayfs/
Dnamei.c210 struct dentry *ret = lookup_one_unlocked(mnt_idmap(d->layer->mnt), name, in ovl_lookup_positive_unlocked()