Lines Matching defs:totsize
776 int partcnt, totsize;
797 totsize = 0;
807 totsize += statbuf.st_size/BLK_SIZE + 1;
811 * totsize contains number of blocks used by the pkginfo files
813 totsize += i/4 + 1;
814 if (dstdev.capacity && totsize > dstdev.capacity) {
816 logerr(pkg_gt(MSG_NOSPACE), totsize, dstdev.capacity);
867 totsize += nparts * maxpsize;
868 if (dstdev.capacity && dstdev.capacity < totsize) {
880 if (totsize)
881 totsize -= nparts * maxpsize;
883 while (totsize <= dstdev.capacity &&
885 totsize += maxpsize;
901 totsize = 0;