Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dutimes.c42 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()
59 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common()
60 times[1].tv_nsec == UTIME_NOW) in utimes_common()
67 else if (times[0].tv_nsec != UTIME_NOW) { in utimes_common()
75 else if (times[1].tv_nsec != UTIME_NOW) { in utimes_common()
/linux-4.19.296/include/linux/
Dstat.h15 #define UTIME_NOW ((1l << 30) - 1l) macro
/linux-4.19.296/fs/nfsd/
Dblocklayout.c128 if (lcp->lc_mtime.tv_nsec == UTIME_NOW || in nfsd4_block_commit_blocks()
Dnfs4xdr.c1657 lcp->lc_mtime.tv_nsec = UTIME_NOW; in nfsd4_decode_layoutcommit()