Lines Matching refs:__user

80 static int do_utimes_path(int dfd, const char __user *filename,  in do_utimes_path()
135 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
143 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
144 struct __kernel_timespec __user *, utimes, int, flags) in SYSCALL_DEFINE4() argument
169 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat()
170 struct __kernel_old_timeval __user *utimes) in do_futimesat()
198 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument
199 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE3() argument
204 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument
205 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE2() argument
210 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument
231 SYSCALL_DEFINE2(utime32, const char __user *, filename, in SYSCALL_DEFINE2() argument
232 struct old_utimbuf32 __user *, t) in SYSCALL_DEFINE2() argument
247 …NE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __us… in SYSCALL_DEFINE4() argument
263 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat()
264 struct old_timeval32 __user *t) in do_compat_futimesat()
284 const char __user *, filename, in SYSCALL_DEFINE3() argument
285 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3() argument
290 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2() argument