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