Lines Matching full:mtime
264 /* mtime from server may be stale due to local buffered write */
266 inode_set_mtime(inode, attr->mtime, attr->mtimensec);
340 * In case of writeback_cache enabled, writes update mtime, ctime and
349 attr->mtime = inode_get_mtime_sec(inode);
386 .tv_sec = attr->mtime,
391 * Auto inval mode also checks and invalidates if mtime
425 inode_set_mtime(inode, attr->mtime, attr->mtimensec);
1733 struct timespec64 mtime = inode_get_mtime(&fi->inode);
1741 .mtime = mtime.tv_sec,
1744 .mtimensec = mtime.tv_nsec,