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

/linux-master/include/linux/
H A Dnamei.h81 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap,
/linux-master/fs/exportfs/
H A Dexpfs.c148 tmp = lookup_one_unlocked(mnt_idmap(mnt), nbuf, parent, strlen(nbuf));
/linux-master/fs/
H A Dnamei.c2791 * lookup_one_unlocked - filesystem helper to lookup single pathname component
2803 struct dentry *lookup_one_unlocked(struct mnt_idmap *idmap, function
2820 EXPORT_SYMBOL(lookup_one_unlocked); variable
2834 * time, so callers of lookup_one_unlocked() need to be very careful; pinned
2846 struct dentry *ret = lookup_one_unlocked(idmap, name, base, len);
2871 return lookup_one_unlocked(&nop_mnt_idmap, name, base, len);
/linux-master/fs/overlayfs/
H A Dnamei.c210 struct dentry *ret = lookup_one_unlocked(mnt_idmap(d->layer->mnt), name,

Completed in 296 milliseconds