Home
last modified time | relevance | path

Searched refs:vfs_symlink2 (Results 1 – 1 of 1) sorted by relevance

/fs/
Dnamei.c3883 int vfs_symlink2(struct vfsmount *mnt, struct inode *dir, struct dentry *dentry, const char *oldnam… in vfs_symlink2() function
3902 EXPORT_SYMBOL(vfs_symlink2);
3906 return vfs_symlink2(NULL, dir, dentry, oldname); in vfs_symlink()
3930 error = vfs_symlink2(path.mnt, path.dentry->d_inode, dentry, from->name); in SYSCALL_DEFINE3()