Lines Matching defs:totsize
778 long totsize;
799 totsize = 0;
809 totsize += statbuf.st_size/BLK_SIZE + 1;
813 * totsize contains number of blocks used by the pkginfo files
815 totsize += i/4 + 1;
816 if (dstdev.capacity && totsize > dstdev.capacity) {
818 logerr(pkg_gt(MSG_NOSPACE), totsize, dstdev.capacity);
870 totsize += nparts * maxpsize;
871 if (dstdev.capacity && dstdev.capacity < totsize) {
874 if (totsize)
875 totsize -= nparts * maxpsize;
877 while (totsize <= dstdev.capacity &&
879 totsize += maxpsize;
895 totsize = 0;