Home
last modified time | relevance | path

Searched refs:pre_volsync (Results 1 – 3 of 3) sorted by relevance

/linux/fs/afs/
H A Dvalidation.c201 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time()
268 time64_t old = op->pre_volsync.update; in afs_update_volume_update_time()
H A Dfs_operation.c42 op->pre_volsync.creation = volume->creation_time; in afs_alloc_operation()
43 op->pre_volsync.update = volume->update_time; in afs_alloc_operation()
H A Dinternal.h869 struct afs_volsync pre_volsync; /* Volsync before op */ member