D | utimes.c | 80 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path() 140 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() 148 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 149 struct __kernel_timespec __user *, utimes, int, flags) in SYSCALL_DEFINE4() argument 174 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat() 175 struct __kernel_old_timeval __user *utimes) in do_futimesat() 203 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument 204 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE3() argument 209 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument 210 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE2() argument [all …]
|