Lines Matching refs:newname
5684 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE3() argument
5687 CLASS(filename, new)(newname); in SYSCALL_DEFINE3()
5691 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
5694 CLASS(filename, new)(newname); in SYSCALL_DEFINE2()
5864 int, newdfd, const char __user *, newname, int, flags) in SYSCALL_DEFINE5() argument
5867 CLASS(filename, new)(newname); in SYSCALL_DEFINE5()
5871 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
5874 CLASS(filename, new)(newname); in SYSCALL_DEFINE2()
6197 int, newdfd, const char __user *, newname, unsigned int, flags) in SYSCALL_DEFINE5() argument
6200 CLASS(filename, new)(newname); in SYSCALL_DEFINE5()
6205 int, newdfd, const char __user *, newname) in SYSCALL_DEFINE4() argument
6208 CLASS(filename, new)(newname); in SYSCALL_DEFINE4()
6212 SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) in SYSCALL_DEFINE2() argument
6215 CLASS(filename, new)(newname); in SYSCALL_DEFINE2()