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()
412 tmp.st_mtime = stat->mtime.tv_sec; in cp_old_stat()
489 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat()
493 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat()
637 tmp.st_mtime = stat->mtime.tv_sec; in cp_new_stat64()
638 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_new_stat64()
721 tmp.stx_mtime.tv_sec = stat->mtime.tv_sec; in cp_statx()
722 tmp.stx_mtime.tv_nsec = stat->mtime.tv_nsec; in cp_statx()
843 tmp.st_mtime = stat->mtime.tv_sec; in cp_compat_stat()
844 tmp.st_mtime_nsec = stat->mtime.tv_nsec; in cp_compat_stat()