Searched refs:creation (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/afs/
H A Dvalidation.c42 * their reply. This contains a creation date for the volume that should
167 * Update the volume's server list when the creation time changes and see if
186 * Handle a change to the volume creation time in the VolSync record.
192 time64_t old = op->pre_volsync.creation;
193 time64_t new = op->volsync.creation;
206 /* Try to advance the creation timestamp from what we had before the
214 /* If the creation time changes in an unexpected way, we need to scrub
298 if (likely(op->volsync.creation == volume->creation_time &&
303 if (op->volsync.creation != volume->creation_time) {
331 if (op->volsync.creation !
[all...]
H A Dafs.h168 time64_t creation; /* Volume creation time (or TIME64_MIN) */ member in struct:afs_volsync
H A Dfs_operation.c42 op->pre_volsync.creation = volume->creation_time;
H A Dyfsclient.c248 u64 creation, update; local
251 creation = xdr_to_u64(x->vol_creation_date);
252 do_div(creation, 10 * 1000 * 1000);
253 volsync->creation = creation;
H A Dfsclient.c158 u32 creation; local
160 creation = ntohl(*bp++);
169 volsync->creation = creation;
H A Drotate.c619 op->volsync.creation = TIME64_MIN;

Completed in 275 milliseconds