Searched refs:lookup_one (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dnamei.h80 struct dentry *lookup_one(struct mnt_idmap *, const char *, struct dentry *, int);
/linux-master/fs/exportfs/
H A Dexpfs.c536 nresult = lookup_one(mnt_idmap(mnt), nbuf,
/linux-master/fs/overlayfs/
H A Dreaddir.c285 dentry = lookup_one(mnt_idmap(path->mnt), p->name, dir, p->len);
495 this = lookup_one(mnt_idmap(path->mnt), p->name, dir, p->len);
H A Doverlayfs.h401 return lookup_one(ovl_upper_mnt_idmap(ofs), name, base, len);
/linux-master/fs/smb/server/
H A Dvfs.c234 d = lookup_one(idmap, dentry->d_name.name, dentry->d_parent,
H A Dsmb2pdu.c4048 dent = lookup_one(idmap, priv->d_info->name,
/linux-master/fs/
H A Dnamei.c2761 * lookup_one - filesystem helper to lookup single pathname component
2772 struct dentry *lookup_one(struct mnt_idmap *idmap, const char *name, function
2788 EXPORT_SYMBOL(lookup_one); variable
/linux-master/fs/btrfs/
H A Dioctl.c1005 dentry = lookup_one(idmap, name, parent->dentry, namelen);
2527 dentry = lookup_one(idmap, subvol_name, parent, subvol_namelen);

Completed in 149 milliseconds