Searched refs:vfs_path_lookup (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | namei.h | 70 int vfs_path_lookup(struct dentry *, struct vfsmount *, const char *,
|
/linux/fs/smb/server/ |
H A D | vfs.c | 1249 err = vfs_path_lookup(share_conf->vfs_path.dentry, in __ksmbd_vfs_kern_path()
|
/linux/fs/ |
H A D | namei.c | 2850 int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, in vfs_path_lookup() function 2864 EXPORT_SYMBOL(vfs_path_lookup);
|
H A D | namespace.c | 4302 err = vfs_path_lookup(m->mnt_root, m, in mount_subtree() 6374 err = vfs_path_lookup(mnt_ns->root->mnt.mnt_root, &mnt_ns->root->mnt, in mntns_install()
|
/linux/net/unix/ |
H A D | af_unix.c | 1228 err = vfs_path_lookup(root.dentry, root.mnt, sunaddr->sun_path, in unix_find_bsd()
|