Searched refs:volsync (Results 1 – 4 of 4) sorted by relevance
202 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()
245 struct afs_volsync *volsync) in xdr_decode_YFSVolSync() argument250 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 …]
637 op->volsync.creation = TIME64_MIN; in afs_select_fileserver()638 op->volsync.update = TIME64_MIN; in afs_select_fileserver()
873 struct afs_volsync volsync; /* Volsync returned by op */ member