Searched refs:blkest (Results 1 – 1 of 1) sorted by relevance
90 long blkest, sizeest;98 * (blkest = sizeest below). in blockest() 103 * dump blocks (sizeest vs. blkest in the indirect block in blockest() 108 blkest = howmany(dbtob(DIP(dp, di_blocks)), TP_BSIZE); in blockest() 110 if (blkest > sizeest) in blockest() 111 blkest = sizeest; in blockest() 114 blkest += howmany(sizeest - in blockest() 117 return (blkest + 1); in blockest() 94 long blkest, sizeest; blockest() local