Lines Matching defs:ctime
2116 * earlier than or equal to either the ctime or mtime,
2122 struct timespec64 atime, mtime, ctime;
2134 * Is ctime younger than or equal to atime? If yes, update atime:
2136 ctime = inode_get_ctime(inode);
2137 if (timespec64_compare(&ctime, &atime) >= 0)
2166 struct timespec64 ctime = inode_get_ctime(inode);
2173 if (mtime_changed || !timespec64_equal(&now, &ctime))
2425 * the fs, as suitable for a ctime/mtime change. If the ctime is flagged
2496 * file_update_time - update mtime and ctime time
2499 * Update the mtime and ctime members of an inode and mark the inode for
2877 * inode_set_ctime_current - set the ctime to current_time
2880 * Set the inode's ctime to the current value for the inode. Returns the
2889 * resulting ctime, regardless of the outcome of the swap. If it has
2914 struct timespec64 ctime = { .tv_sec = inode->i_ctime_sec,
2917 if (timespec64_compare(&now, &ctime) <= 0) {
2940 * Was the change due to someone marking the old ctime QUERIED?
2943 * with a new ctime.
2949 /* Otherwise, keep the existing ctime */
2959 * inode_set_ctime_deleg - try to update the ctime on a delegated inode
2961 * @update: timespec64 to set the ctime
2963 * Attempt to atomically update the ctime on behalf of a delegation holder.
2967 * the ctime to a value at least equal to that.
3015 * Was the change due to another task marking the old ctime QUERIED?
3019 * with a new ctime.