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

/linux-master/fs/
H A Dutimes.c14 if (nsec == UTIME_OMIT || nsec == UTIME_NOW)
42 if (times[0].tv_nsec == UTIME_OMIT)
49 if (times[1].tv_nsec == UTIME_OMIT)
159 if (tstimes[0].tv_nsec == UTIME_OMIT &&
160 tstimes[1].tv_nsec == UTIME_OMIT)
261 if (tv[0].tv_nsec == UTIME_OMIT && tv[1].tv_nsec == UTIME_OMIT)
/linux-master/include/linux/
H A Dstat.h16 #define UTIME_OMIT ((1l << 30) - 2l) macro

Completed in 238 milliseconds