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
164 * Update the volume's server list when the creation time changes and see if
183 * Handle a change to the volume creation time in the VolSync record.
189 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time()
190 time64_t new = op->volsync.creation; in afs_update_volume_creation_time()
203 /* Try to advance the creation timestamp from what we had before the in afs_update_volume_creation_time()
211 /* If the creation time changes in an unexpected way, we need to scrub in afs_update_volume_creation_time()
295 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times()
300 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
328 if (op->volsync.creation != TIME64_MIN || op->volsync.update != TIME64_MIN) { in afs_update_volume_state()