Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dutimes.c19 static int utimes_common(const struct path *path, struct timespec64 *times) in utimes_common() function
112 error = utimes_common(&f.file->f_path, times); in do_utimes()
125 error = utimes_common(&path, times); in do_utimes()