Searched refs:utimes (Results 1 – 4 of 4) sorted by relevance
/fs/ |
D | utimes.c | 174 struct timespec __user *, utimes, int, flags) in SYSCALL_DEFINE4() argument 178 if (utimes) { in SYSCALL_DEFINE4() 179 if (copy_from_user(&tstimes, utimes, sizeof(tstimes))) in SYSCALL_DEFINE4() 188 return do_utimes(dfd, filename, utimes ? tstimes : NULL, flags); in SYSCALL_DEFINE4() 192 struct timeval __user *, utimes) in SYSCALL_DEFINE3() 197 if (utimes) { in SYSCALL_DEFINE3() 198 if (copy_from_user(×, utimes, sizeof(times))) in SYSCALL_DEFINE3() 216 return do_utimes(dfd, filename, utimes ? tstimes : NULL, 0); in SYSCALL_DEFINE3() 219 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument 220 struct timeval __user *, utimes) in SYSCALL_DEFINE2() [all …]
|
D | Makefile | 13 pnode.o drop_caches.o splice.o sync.o utimes.o \
|
/fs/cifs/ |
D | TODO | 36 Including support for changing the time remotely (utimes command). 78 need to add ability to set time to server (utimes command)
|
/fs/hostfs/ |
D | hostfs_user.c | 304 } else if (utimes(file, times) != 0) { in set_attr()
|