Lines Matching refs:total
271 off_t size; /* total size at offset */
299 off_t total; /* total size of single file */
900 sp->total = 0;
903 else if (x > (sp->total = is.st_size))
904 x = sp->total;
949 off_t total;
960 else if ((n = (sp->total + key->procsize - 1) / (key->procsize)) <= 1)
970 size = (sp->total + n - 1) / n;
986 total = sp->total;
990 if (size > total)
991 size = total;
992 total -= (jp->size = size);
1030 total = sp->total;
1037 if (((size = ideal) + scan) >= total)
1038 size = total;
1058 if (((size += scan) + offset) >= (total - scan))
1082 total -= (jp->size = size);
1350 if (sp->single && !sp->nfiles && sp->total == (sp->map ? 0 : p))
1420 if (((sp->total -= p) / 3) < (sp->end / 2) && sp->total > sp->end)
1424 sfsetbuf(ip, NiL, sp->total);
1542 error(0, "%s %d processes %lld total", error_info.id, sp->key->nproc, (Sflong_t)sp->total);
1575 sp->total = part.size = part.remain = jp->size;