Lines Matching refs:__user

88 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times,  in do_utimes()
137 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
138 struct __kernel_timespec __user *, utimes, int, flags) in SYSCALL_DEFINE4() argument
163 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat()
164 struct timeval __user *utimes) in do_futimesat()
192 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument
193 struct timeval __user *, utimes) in SYSCALL_DEFINE3() argument
198 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument
199 struct timeval __user *, utimes) in SYSCALL_DEFINE2() argument
204 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument
225 SYSCALL_DEFINE2(utime32, const char __user *, filename, in SYSCALL_DEFINE2() argument
226 struct old_utimbuf32 __user *, t) in SYSCALL_DEFINE2() argument
241 …NE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __us… in SYSCALL_DEFINE4() argument
257 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat()
258 struct old_timeval32 __user *t) in do_compat_futimesat()
278 const char __user *, filename, in SYSCALL_DEFINE3() argument
279 struct old_timeval32 __user *, t) in SYSCALL_DEFINE3() argument
284 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) in SYSCALL_DEFINE2() argument