Lines Matching refs:actsize
643 loff_t actsize; in set_contents() local
661 actsize = bytesperclust; in set_contents()
665 while (actsize < filesize) { in set_contents()
677 actsize += bytesperclust; in set_contents()
681 actsize = filesize; in set_contents()
682 if (set_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in set_contents()
686 *gotsize += actsize; in set_contents()
699 if (set_cluster(mydata, curclust, buffer, (int)actsize) != 0) { in set_contents()
703 *gotsize += actsize; in set_contents()
704 filesize -= actsize; in set_contents()
705 buffer += actsize; in set_contents()
712 actsize = bytesperclust; in set_contents()