Home
last modified time | relevance | path

Searched refs:do_utimes (Results 1 – 2 of 2) sorted by relevance

/fs/
Dutimes.c38 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2()
129 long do_utimes(int dfd, char __user *filename, struct timespec *times, int flags) in do_utimes() function
188 return do_utimes(dfd, filename, utimes ? tstimes : NULL, flags); in SYSCALL_DEFINE4()
216 return do_utimes(dfd, filename, utimes ? tstimes : NULL, 0); in SYSCALL_DEFINE3()
Dcompat.c91 return do_utimes(AT_FDCWD, filename, t ? tv : NULL, 0); in compat_sys_utime()
113 return do_utimes(dfd, filename, t ? tv : NULL, flags); in compat_sys_utimensat()
132 return do_utimes(dfd, filename, t ? tv : NULL, 0); in compat_sys_futimesat()