Searched refs:vfs_path_lookup (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ |
D | internal.h | 62 extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
|
D | namespace.c | 3549 err = vfs_path_lookup(m->mnt_root, m, in mount_subtree() 4668 err = vfs_path_lookup(mnt_ns->root->mnt.mnt_root, &mnt_ns->root->mnt, in mntns_install()
|
D | namei.c | 2609 int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, in vfs_path_lookup() function 2623 EXPORT_SYMBOL(vfs_path_lookup);
|
/linux-6.1.9/fs/ksmbd/ |
D | vfs.c | 1219 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path() 1260 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
|