Searched refs:lookup_one_unlocked (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/linux/ |
D | namei.h | 76 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
|
/linux-6.12.1/fs/exportfs/ |
D | expfs.c | 148 tmp = lookup_one_unlocked(mnt_idmap(mnt), nbuf, parent, strlen(nbuf)); in reconnect_one()
|
/linux-6.12.1/fs/ |
D | namei.c | 2898 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/ |
D | namei.c | 210 struct dentry *ret = lookup_one_unlocked(mnt_idmap(d->layer->mnt), name, in ovl_lookup_positive_unlocked()
|