Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dutimes.c140 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()
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()
/Linux-v6.6/include/linux/
Dtime.h30 extern long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, int flags);
/Linux-v6.6/arch/alpha/kernel/
Dosf_sys.c1032 return do_utimes(AT_FDCWD, filename, tvs ? tv : NULL, 0); in SYSCALL_DEFINE2()