Searched refs:lc_mtime (Results 1 – 2 of 2) sorted by relevance
186 if (lcp->lc_mtime.tv_nsec == UTIME_NOW || in nfsd4_block_commit_blocks()187 timespec64_compare(&lcp->lc_mtime, &mtime) < 0) in nfsd4_block_commit_blocks()188 lcp->lc_mtime = current_time(inode); in nfsd4_block_commit_blocks()190 iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = lcp->lc_mtime; in nfsd4_block_commit_blocks()
666 struct timespec64 lc_mtime; /* request */ member