Searched defs:utimes (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ |
D | utimes.c | 169 struct timespec __user *, utimes, int, flags) in SYSCALL_DEFINE4() argument 188 struct timeval __user *utimes) in do_futimesat() 216 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument 222 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument 290 COMPAT_SYSCALL_DEFINE2(utimes, const char __user *, filename, struct compat_timeval __user *, t) in COMPAT_SYSCALL_DEFINE2() argument
|