Lines Matching full:creation
42 * their reply. This contains a creation date for the volume that should
95 * (A) If the Creation timestamp has changed on a RW volume or regressed
176 * Update the volume's server list when the creation time changes and see if
195 * Handle a change to the volume creation time in the VolSync record.
201 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time()
202 time64_t new = op->volsync.creation; in afs_update_volume_creation_time()
215 /* Try to advance the creation timestamp from what we had before the in afs_update_volume_creation_time()
223 /* If the creation time changes in an unexpected way, we need to scrub in afs_update_volume_creation_time()
307 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times()
312 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
340 if (op->volsync.creation != TIME64_MIN || op->volsync.update != TIME64_MIN) { in afs_update_volume_state()