Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c4058 static long do_symlinkat(const char __user *oldname, int newdfd, in do_symlinkat() function
4092 return do_symlinkat(oldname, newdfd, newname); in SYSCALL_DEFINE3()
4097 return do_symlinkat(oldname, AT_FDCWD, newname); in SYSCALL_DEFINE2()