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

/linux-master/fs/
H A Dutimes.c268 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, function
292 return do_compat_futimesat(dfd, filename, t);
297 return do_compat_futimesat(AT_FDCWD, filename, t);

Completed in 199 milliseconds