Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dutimes.c263 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat() function
287 return do_compat_futimesat(dfd, filename, t); in COMPAT_SYSCALL_DEFINE3()
292 return do_compat_futimesat(AT_FDCWD, filename, t); in COMPAT_SYSCALL_DEFINE2()