{
struct afs_stats_xferData *xferP;
osi_timeval_t xferStopTime;
- XSTATS_DECLS;
+ osi_timeval_t elapsedTime;
xferP = &(afs_stats_cmfullperf.rpc.fsXferTimes[idx]);
osi_GetuTime(&xferStopTime);
struct rx_call *call;
char *tbuffer;
struct iovec *tiov;
- afs_uint32 tnio;
+ afs_int32 tnio;
afs_int32 hasNo64bit;
struct AFSStoreStatus InStatus;
};
while ( size > 0 ) {
afs_uint32 tlen;
- afs_int32 bytesread, byteswritten;
+ afs_uint32 bytesread, byteswritten;
code = (*ops->prepare)(rock, size, &tlen);
if ( code )
break;
struct rx_call *call;
char *tbuffer;
struct iovec *iov;
- afs_uint32 nio;
+ afs_int32 nio;
afs_int32 hasNo64bit;
afs_int32 iovno;
afs_int32 iovmax;
{
struct rxfs_fetchVariables *v;
int code = 0, code1;
- afs_uint32 length_hi = 0, length, bytes;
+#ifdef AFS_64BIT_CLIENT
+ afs_uint32 length_hi = 0;
+#endif
+ afs_uint32 length, bytes;
v = (struct rxfs_fetchVariables *) osi_AllocSmallSpace(sizeof(struct rxfs_fetchVariables));
if (!v)
afs_uint32 bytesread, byteswritten;
struct fetchOps *ops = NULL;
void *rock = NULL;
- int moredata = 0;
+ afs_uint32 moredata = 0;
int offset = 0;
XSTATS_DECLS;