Searched refs:vfs_utimes (Results 1 – 2 of 2) sorted by relevance
19 int vfs_utimes(const struct path *path, struct timespec64 *times) in vfs_utimes() function98 error = vfs_utimes(&path, times); in do_utimes_path()119 error = vfs_utimes(&f.file->f_path, times); in do_utimes_fd()
255 error = vfs_utimes(&path, ts); in init_utimes()