Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dnamei.c3967 static long do_symlinkat(const char __user *oldname, int newdfd, in do_symlinkat() function
4001 return do_symlinkat(oldname, newdfd, newname); in SYSCALL_DEFINE3()
4006 return do_symlinkat(oldname, AT_FDCWD, newname); in SYSCALL_DEFINE2()