Searched defs:map_blks (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c199 ocfile(PKGserver *server, VFP_T **r_tmpvfp, fsblkcnt_t map_blks) argument
292 * When adding a package (map_blks > 0), we add the size of the
295 * the new contents file and the log file (2 * 1.5 * map_blks).
302 need_blocks = map_blks * 3 +
339 * completely right but <some value + * 1.5 * map_blks * DEV_BSIZE>
343 cdiff_alloc = map_blks * DEV_BSIZE;

Completed in 220 milliseconds