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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dutimes.c134 struct timespec tstimes[2]; local
137 if (copy_from_user(&tstimes, utimes, sizeof(tstimes)))
139 if ((tstimes[0].tv_nsec == UTIME_OMIT ||
140 tstimes[0].tv_nsec == UTIME_NOW) &&
141 tstimes[0].tv_sec != 0)
143 if ((tstimes[1].tv_nsec == UTIME_OMIT ||
144 tstimes[1].tv_nsec == UTIME_NOW) &&
145 tstimes[1].tv_sec != 0)
149 if (tstimes[
160 struct timespec tstimes[2]; local
[all...]

Completed in 58 milliseconds