Searched refs:vfs_path_lookup (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/ |
D | internal.h | 72 extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
|
D | namespace.c | 3497 err = vfs_path_lookup(m->mnt_root, m, in mount_subtree() 4567 err = vfs_path_lookup(mnt_ns->root->mnt.mnt_root, &mnt_ns->root->mnt, in mntns_install()
|
D | namei.c | 2584 int vfs_path_lookup(struct dentry *dentry, struct vfsmount *mnt, in vfs_path_lookup() function 2598 EXPORT_SYMBOL(vfs_path_lookup);
|
/Linux-v5.15/fs/ksmbd/ |
D | vfs.c | 1212 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path() 1252 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
|