Searched refs:UTIME_OMIT (Results 1 – 2 of 2) sorted by relevance
42 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()65 if (times[0].tv_nsec == UTIME_OMIT) in utimes_common()73 if (times[1].tv_nsec == UTIME_OMIT) in utimes_common()179 if (tstimes[0].tv_nsec == UTIME_OMIT && in SYSCALL_DEFINE4()180 tstimes[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()257 if (tv[0].tv_nsec == UTIME_OMIT && tv[1].tv_nsec == UTIME_OMIT) in COMPAT_SYSCALL_DEFINE4()
16 #define UTIME_OMIT ((1l << 30) - 2l) macro