Home
last modified time | relevance | path

Searched refs:btemp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c109 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()
[all …]