Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dutimes.c14 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()
42 if (times[0].tv_nsec == UTIME_OMIT) in vfs_utimes()
49 if (times[1].tv_nsec == UTIME_OMIT) in vfs_utimes()
159 if (tstimes[0].tv_nsec == UTIME_OMIT && in SYSCALL_DEFINE4()
160 tstimes[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()
261 if (tv[0].tv_nsec == UTIME_OMIT && tv[1].tv_nsec == UTIME_OMIT) in SYSCALL_DEFINE4()
/openbmc/linux/include/linux/
H A Dstat.h16 #define UTIME_OMIT ((1l << 30) - 2l) macro
/openbmc/qemu/hw/9pfs/
H A D9p.c1694 times[0].tv_nsec = UTIME_OMIT; in v9fs_setattr()
1704 times[1].tv_nsec = UTIME_OMIT; in v9fs_setattr()
3508 times[0].tv_nsec = UTIME_OMIT; in v9fs_wstat()
3514 times[1].tv_nsec = UTIME_OMIT; in v9fs_wstat()