Lines Matching refs:btemp
109 fsblkcnt_t btemp; in splpkgmap() local
218 btemp = (bpkginfo + 2LL); in splpkgmap()
225 btemp += nblk(eptnum * EFACTOR, bsize, frsize); in splpkgmap()
226 btemp += 2; in splpkgmap()
237 btemp += f[j].blks; in splpkgmap()
241 btemp += (ftemp * DIRSIZE); in splpkgmap()
242 if (btemp > *plimit) { in splpkgmap()
243 progerr(gettext(ERR_VOLBLKS), i, btemp, *plimit); in splpkgmap()
316 btemp = nodecount(f[j].ept->path) * DIRSIZE; in splpkgmap()
320 btemp += (bpkginfo + 2L); /* from newvolume() */ in splpkgmap()
321 if ((f[j].blks + btemp) > *plimit) { in splpkgmap()
408 fsblkcnt_t btemp; in store() local
420 btemp = sf[i]->blks + (ftemp * DIRSIZE); in store()
421 if (((limit == 0) || ((btotal + btemp) <= limit)) && in store()