Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dutimes.c48 static int utimes_common(const struct path *path, struct timespec64 *times) in utimes_common() function
143 error = utimes_common(&f.file->f_path, times); in do_utimes()
156 error = utimes_common(&path, times); in do_utimes()