Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dutimes.c13 if (nsec == UTIME_OMIT || nsec == UTIME_NOW) in nsec_valid()
30 if (times && times[0].tv_nsec == UTIME_NOW && in utimes_common()
31 times[1].tv_nsec == UTIME_NOW) in utimes_common()
38 else if (times[0].tv_nsec != UTIME_NOW) { in utimes_common()
45 else if (times[1].tv_nsec != UTIME_NOW) { in utimes_common()
/Linux-v5.4/include/linux/
Dstat.h15 #define UTIME_NOW ((1l << 30) - 1l) macro
/Linux-v5.4/fs/nfsd/
Dblocklayout.c127 if (lcp->lc_mtime.tv_nsec == UTIME_NOW || in nfsd4_block_commit_blocks()
Dnfs4xdr.c1658 lcp->lc_mtime.tv_nsec = UTIME_NOW; in nfsd4_decode_layoutcommit()