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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dutimes.c91 else if (times[0].tv_nsec != UTIME_NOW) {
99 else if (times[1].tv_nsec != UTIME_NOW) {
140 tstimes[0].tv_nsec == UTIME_NOW) &&
144 tstimes[1].tv_nsec == UTIME_NOW) &&
H A Dcompat.c102 if ((tv[0].tv_nsec == UTIME_OMIT || tv[0].tv_nsec == UTIME_NOW)
105 if ((tv[1].tv_nsec == UTIME_OMIT || tv[1].tv_nsec == UTIME_NOW)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstat.h56 #define UTIME_NOW ((1l << 30) - 1l) macro

Completed in 53 milliseconds