Lines Matching refs:store_version
38 afs_dataversion_t *store_version) in xdr_decode_AFSFetchStatus() argument
115 if (store_version) in xdr_decode_AFSFetchStatus()
116 expected_version = *store_version; in xdr_decode_AFSFetchStatus()
127 } else if (store_version) { in xdr_decode_AFSFetchStatus()
1126 &call->store_version); in afs_deliver_fs_store_data()
1186 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data64()
1263 call->store_version = vnode->status.data_version + 1; in afs_fs_store_data()
1292 afs_dataversion_t *store_version; in afs_deliver_fs_store_status() local
1311 store_version = NULL; in afs_deliver_fs_store_status()
1313 store_version = &call->store_version; in afs_deliver_fs_store_status()
1316 xdr_decode_AFSFetchStatus(&bp, &vnode->status, vnode, store_version); in afs_deliver_fs_store_status()
1373 call->store_version = vnode->status.data_version + 1; in afs_fs_setattr_size64()
1424 call->store_version = vnode->status.data_version + 1; in afs_fs_setattr_size()