Searched refs:blkest (Results 1 – 2 of 2) sorted by relevance
9 blkest=`echo $est | awk '{print $3;}'`11 diff=`echo $expectedest $blkest |\20 echo "Error: estimated $blkest blocks!"
78 int64_t blkest, sizeest; in blockest() local96 blkest = howmany(ufs_fragroundup(ufsib, in blockest()99 if (blkest > sizeest) in blockest()100 blkest = sizeest; in blockest()103 blkest += in blockest()107 return (blkest + 1); in blockest()