Lines Matching refs:ftotal
78 static fsfilcnt_t ftotal; /* files stored on current part */ variable
268 ftotal++; in splpkgmap()
287 ftotal++; in splpkgmap()
292 ftotal++; in splpkgmap()
422 ((ilimit == 0) || ((ftotal + ftemp) < ilimit))) { in store()
437 ftotal += svnodes + 1; in store()
546 volno, btotal, ftotal); in newvolume()
549 if (ftotal > fmax) in newvolume()
550 fmax = ftotal; in newvolume()
552 ftotal = 2; in newvolume()
555 ftotal = 1; in newvolume()
570 ftotal += newnodes + 1; in newvolume()
576 } else if ((ilimit == 0) && (ftotal+1 > ilimit)) { in newvolume()
577 progerr(gettext(ERR_VOLFILES), volno, ftotal+1, in newvolume()