Searched refs:ebs (Results 1 – 6 of 6) sorted by relevance
408 EstimatedBlockSize ebs; in ZSTD_estimateSubBlockSize() local409 ebs.estLitSize = ZSTD_estimateSubBlockSize_literal(literals, litSize, in ZSTD_estimateSubBlockSize()412 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()415 ebs.estBlockSize += ebs.estLitSize + ZSTD_blockHeaderSize; in ZSTD_estimateSubBlockSize()416 return ebs; in ZSTD_estimateSubBlockSize()516 EstimatedBlockSize const ebs = in ZSTD_compressSubBlock_multi() local523 … size_t const avgLitCost = nbLiterals ? (ebs.estLitSize * BYTESCALE) / nbLiterals : BYTESCALE; in ZSTD_compressSubBlock_multi()524 size_t const avgSeqCost = ((ebs.estBlockSize - ebs.estLitSize) * BYTESCALE) / nbSeqs; in ZSTD_compressSubBlock_multi()525 … const size_t nbSubBlocks = MAX((ebs.estBlockSize + (targetCBlockSize/2)) / targetCBlockSize, 1); in ZSTD_compressSubBlock_multi()527 avgBlockBudget = (ebs.estBlockSize * BYTESCALE) / nbSubBlocks; in ZSTD_compressSubBlock_multi()[all …]
2 dm-ebs45 ebs /dev/sda 1024 151 ebs /dev/sda 128 2 4
15 compatible = "ebs-systart,oxalis", "fsl,ls1012a";
463 module_dm(ebs);
372 dm-ebs emulates smaller logical block size on backing devices
2069 struct extent_buffer *ebs[PAGEVEC_SIZE]; member2074 batch->ebs[batch->nr++] = eb; in eb_batch_add()2088 return batch->ebs[batch->cur++]; in eb_batch_next()2094 free_extent_buffer(batch->ebs[i]); in eb_batch_release()