Searched refs:totalbytes (Results 1 – 6 of 6) sorted by relevance
94 uint64_t totalbytes; /* total operated upon in history */ member592 newte->totalbytes = res->nfslog_rdresult_u.r_ok.rrok_count; in trans_read()601 pte->totalbytes += in trans_read()609 if (pte->totalbytes < in trans_read()661 newte->totalbytes = args->waargs_totcount; in trans_write()670 if (pte->totalbytes + args->waargs_totcount > in trans_write()680 pte->totalbytes += args->waargs_totcount; in trans_write()743 newte->totalbytes = 0; in trans_setattr()802 newte->totalbytes = 0; in trans_create()804 newte->totalbytes = args->ca_sa.sa_size; in trans_create()[all …]
119 off_t totalbytes = 0; variable664 totalbytes = stb.st_size;940 totalbytes = size;1248 if (totalbytes != 0) { in progressmeter()1249 ratio = (int)(100.0 * cursize / totalbytes); in progressmeter()1295 (statbytes <= 0 || elapsed <= 0.0 || cursize > totalbytes)) { in progressmeter()1303 remaining = (int)(totalbytes / (statbytes / elapsed) - in progressmeter()
97 static long totaljob, totalbytes; variable1322 totalxfer=totalbytes=recordcnt=totaljob=totalque=0;1402 totalbytes = totalbytes + size;1454 avgxrate = totalbytes / totalxfer; in xfertime()
777 int i, totalbytes, bytesleft; in mptsas_get_handshake_msg() local803 totalbytes = (val & 0xFF) * 2; in mptsas_get_handshake_msg()812 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()815 bytesleft = (totalbytes - 2); in mptsas_get_handshake_msg()839 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()840 for (i = (numbytes / 2); i < totalbytes; i++) { in mptsas_get_handshake_msg()
201 #define _BPS_PGCNT(totalbytes) \202 ((((totalbytes) / 4096 ) * PAGE_RETIRE_LIMIT_BPS) / 10000)
3946 off_t bytes, totalbytes; in xsfile() local3953 totalbytes = (off_t)0; /* in case we read in half the file */ in xsfile()3998 totalbytes += bytes; in xsfile()4048 name, totalext, totalbytes, (long)K(TBLOCKS(totalbytes))); in xsfile()