Lines Matching defs:ftemp
110 fsfilcnt_t ftemp;
219 ftemp = 2LL;
224 ftemp += 2;
236 ftemp += nodecount(f[j].ept->path);
241 btemp += (ftemp * DIRSIZE);
246 } else if ((*pilimit > 0) && (ftemp+1 > *pilimit)) {
247 progerr(gettext(ERR_VOLFILES), i, ftemp + 1, *pilimit);
407 long ftemp;
418 ftemp = nodecount(sf[i]->ept->path);
419 btemp = sf[i]->blks + (ftemp * DIRSIZE);
421 ((ilimit == 0) || ((ftotal + ftemp) < ilimit))) {
424 svnodes = ftemp;