Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dutimes.c13 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()
36 if (times[0].tv_nsec == UTIME_OMIT) in utimes_common()
43 if (times[1].tv_nsec == UTIME_OMIT) in utimes_common()
148 if (tstimes[0].tv_nsec == UTIME_OMIT && in SYSCALL_DEFINE4()
149 tstimes[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()
250 if (tv[0].tv_nsec == UTIME_OMIT && tv[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()
/Linux-v5.4/include/linux/
Dstat.h16 #define UTIME_OMIT ((1l << 30) - 2l) macro