Lines Matching refs:actsize
642 loff_t actsize; in set_contents() local
660 actsize = bytesperclust; in set_contents()
664 while (actsize < filesize) { in set_contents()
676 actsize += bytesperclust; in set_contents()
680 actsize = filesize; in set_contents()
681 if (set_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in set_contents()
685 *gotsize += actsize; in set_contents()
698 if (set_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in set_contents()
702 *gotsize += actsize; in set_contents()
703 filesize -= actsize; in set_contents()
704 buffer += actsize; in set_contents()
711 actsize = bytesperclust; in set_contents()