Home
last modified time | relevance | path

Searched refs:utimes (Results 1 – 3 of 3) sorted by relevance

/fs/
A Dutimes.c148 if (utimes) { in SYSCALL_DEFINE4()
149 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
150 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
170 struct __kernel_old_timeval __user *utimes) in do_futimesat() argument
175 if (utimes) { in do_futimesat()
176 if (copy_from_user(&times, utimes, sizeof(times))) in do_futimesat()
199 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE3()
201 return do_futimesat(dfd, filename, utimes); in SYSCALL_DEFINE3()
204 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument
205 struct __kernel_old_timeval __user *, utimes) in SYSCALL_DEFINE2()
[all …]
A DMakefile15 pnode.o splice.o sync.o utimes.o d_path.o \
/fs/hostfs/
A Dhostfs_user.c272 } else if (utimes(file, times) != 0) { in set_attr()

Completed in 7 milliseconds