Searched refs:UTIME_OMIT (Results 1 – 2 of 2) sorted by relevance
130 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()141 if (times[0].tv_nsec == UTIME_OMIT || times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()149 } else if (times[i].tv_nsec == UTIME_OMIT) { in qemu_utimensat()
46 #ifndef UTIME_OMIT47 # define UTIME_OMIT ((1l << 30) - 2l) macro