Home
last modified time | relevance | path

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

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