Searched refs:UTIME_OMIT (Results 1 – 4 of 4) sorted by relevance
13 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()41 if (times[0].tv_nsec == UTIME_OMIT) in vfs_utimes()48 if (times[1].tv_nsec == UTIME_OMIT) in vfs_utimes()157 if (tstimes[0].tv_nsec == UTIME_OMIT && in SYSCALL_DEFINE4()158 tstimes[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()259 if (tv[0].tv_nsec == UTIME_OMIT && tv[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()
57 # define UTIME_OMIT ((1l << 30) - 2l) macro
16 #define UTIME_OMIT ((1l << 30) - 2l) macro