Home
last modified time | relevance | path

Searched refs:volsync (Results 1 – 4 of 4) sorted by relevance

/linux/fs/afs/
H A Dvalidation.c202 time64_t new = op->volsync.creation; in afs_update_volume_creation_time()
269 time64_t new = op->volsync.update; in afs_update_volume_update_time()
307 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times()
308 op->volsync.update == volume->update_time)) in afs_update_volume_times()
312 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
317 if (op->volsync.update != volume->update_time) in afs_update_volume_times()
340 if (op->volsync.creation != TIME64_MIN || op->volsync.update != TIME64_MIN) { in afs_update_volume_state()
H A Dyfsclient.c245 struct afs_volsync *volsync) in xdr_decode_YFSVolSync() argument
250 if (volsync) { in xdr_decode_YFSVolSync()
253 volsync->creation = creation; in xdr_decode_YFSVolSync()
256 volsync->update = update; in xdr_decode_YFSVolSync()
343 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_status_and_volsync()
437 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_fs_fetch_data64()
530 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_fs_create_vnode()
663 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_fs_remove_file2()
743 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_fs_remove()
857 xdr_decode_YFSVolSync(&bp, &op->volsync); in yfs_deliver_fs_link()
[all …]
H A Drotate.c637 op->volsync.creation = TIME64_MIN; in afs_select_fileserver()
638 op->volsync.update = TIME64_MIN; in afs_select_fileserver()
H A Dinternal.h873 struct afs_volsync volsync; /* Volsync returned by op */ member