Lines Matching refs:btotal
75 static fsblkcnt_t btotal; /* blocks stored on current part */ variable
267 btotal += nblk((fsblkcnt_t)(eptnum * EFACTOR), bsize, frsize); in splpkgmap()
288 btotal += 2ULL; in splpkgmap()
293 btotal += f[j].blks; in splpkgmap()
302 if (btotal > *plimit) { in splpkgmap()
365 if (btotal) in splpkgmap()
420 if (((limit == 0) || ((btotal + btemp) <= limit)) && in store()
437 btotal += sf[choice]->blks + (svnodes * DIRSIZE); in store()
545 volno, btotal, ftotal); in newvolume()
546 if (btotal > bmax) in newvolume()
547 bmax = btotal; in newvolume()
550 btotal = bpkginfo + 2ULL; in newvolume()
553 btotal = 2ULL; in newvolume()
570 btotal += sf[i]->blks + (newnodes * DIRSIZE); in newvolume()
571 if (btotal > limit) { in newvolume()
572 progerr(gettext(ERR_VOLBLKS), volno, btotal, in newvolume()