Lines Matching full:mtime
32 * fill_mg_cmtime - Fill in the mtime and ctime and flag ctime as QUERIED
35 * @inode: inode from which to grab the c/mtime
37 * Given @inode, grab the ctime and mtime out if it and store the result
42 * if only the mtime was requested, as that ensures that the next mtime
55 stat->mtime = inode_get_mtime(inode); in fill_mg_cmtime()
61 trace_fill_mg_cmtime(inode, &stat->ctime, &stat->mtime); in fill_mg_cmtime()
102 stat->mtime = inode_get_mtime(inode); in generic_fillattr()
416 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat()
493 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat()
497 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat()
641 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64()
642 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64()
725 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx()
726 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx()
847 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat()
848 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()