Searched refs:lc_mtime (Results 1 – 3 of 3) sorted by relevance
158 if (lcp->lc_mtime.tv_nsec == UTIME_NOW || in nfsd4_block_proc_layoutcommit()159 timespec_compare(&lcp->lc_mtime, &inode->i_mtime) < 0) in nfsd4_block_proc_layoutcommit()160 lcp->lc_mtime = current_fs_time(inode->i_sb); in nfsd4_block_proc_layoutcommit()162 iattr.ia_atime = iattr.ia_ctime = iattr.ia_mtime = lcp->lc_mtime; in nfsd4_block_proc_layoutcommit()
467 struct timespec lc_mtime; /* request */ member
1604 status = nfsd4_decode_time(argp, &lcp->lc_mtime); in nfsd4_decode_layoutcommit()1608 lcp->lc_mtime.tv_nsec = UTIME_NOW; in nfsd4_decode_layoutcommit()