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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dutimes.c177 struct timespec tstimes[2]; local
180 if (copy_from_user(&tstimes, utimes, sizeof(tstimes)))
184 if (tstimes[0].tv_nsec == UTIME_OMIT &&
185 tstimes[1].tv_nsec == UTIME_OMIT)
189 return do_utimes(dfd, filename, utimes ? tstimes : NULL, flags);
196 struct timespec tstimes[2]; local
211 tstimes[0].tv_sec = times[0].tv_sec;
212 tstimes[0].tv_nsec = 1000 * times[0].tv_usec;
213 tstimes[
[all...]

Completed in 61 milliseconds