Home
last modified time | relevance | path

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

/fs/
Dutimes.c19 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes() function
98 error = vfs_utimes(&path, times); in do_utimes_path()
119 error = vfs_utimes(&f.file->f_path, times); in do_utimes_fd()
Dinit.c255 error = vfs_utimes(&path, ts); in init_utimes()