Home
last modified time | relevance | path

Searched refs:do_utimes (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dutimes.c124 * do_utimes - change times on filename or file descriptor
138 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() function
162 return do_utimes(dfd, filename, utimes ? tstimes : NULL, flags); in SYSCALL_DEFINE4()
183 would test only in do_utimes we would miss those invalid in do_futimesat()
197 return do_utimes(dfd, filename, utimes ? tstimes : NULL, 0); in do_futimesat()
224 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2()
246 return do_utimes(AT_FDCWD, filename, t ? tv : NULL, 0); in SYSCALL_DEFINE2()
262 return do_utimes(dfd, filename, t ? tv : NULL, flags); in SYSCALL_DEFINE4()
283 return do_utimes(dfd, filename, t ? tv : NULL, 0); in do_compat_futimesat()
/kernel/linux/linux-6.6/fs/
H A Dutimes.c126 * do_utimes - change times on filename or file descriptor
140 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() function
164 return do_utimes(dfd, filename, utimes ? tstimes : NULL, flags); in SYSCALL_DEFINE4()
185 would test only in do_utimes we would miss those invalid in do_futimesat()
199 return do_utimes(dfd, filename, utimes ? tstimes : NULL, 0); in do_futimesat()
226 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2()
248 return do_utimes(AT_FDCWD, filename, t ? tv : NULL, 0); in SYSCALL_DEFINE2()
264 return do_utimes(dfd, filename, t ? tv : NULL, flags); in SYSCALL_DEFINE4()
285 return do_utimes(dfd, filename, t ? tv : NULL, 0); in do_compat_futimesat()
/kernel/linux/linux-6.6/include/linux/
H A Dtime.h30 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
/kernel/linux/linux-5.10/include/linux/
H A Dtime.h43 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dosf_sys.c1033 return do_utimes(AT_FDCWD, filename, tvs ? tv : NULL, 0); in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dosf_sys.c1032 return do_utimes(AT_FDCWD, filename, tvs ? tv : NULL, 0); in SYSCALL_DEFINE2()

Completed in 6 milliseconds