Searched refs:UTIME_NOW (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dutimes.c14 if (nsec == UTIME_OMIT || nsec == UTIME_NOW)
31 if (times[0].tv_nsec == UTIME_NOW &&
32 times[1].tv_nsec == UTIME_NOW)
44 else if (times[0].tv_nsec != UTIME_NOW) {
51 else if (times[1].tv_nsec != UTIME_NOW) {
/linux-master/include/linux/
H A Dstat.h15 #define UTIME_NOW ((1l << 30) - 1l) macro
/linux-master/fs/nfsd/
H A Dblocklayout.c125 if (lcp->lc_mtime.tv_nsec == UTIME_NOW ||
H A Dnfs4xdr.c1790 lcp->lc_mtime.tv_nsec = UTIME_NOW;

Completed in 351 milliseconds