Lines Matching defs:bytes
373 * This also checksums the file bytes and gets things ready for
466 "bytes left %lu compress len %lu nr %lu",
555 * for these bytes in the file. But, we have to make
616 * After the compressed pages are read, we copy the bytes into the
790 * @SAMPLING_READ_SIZE - how many bytes will be copied from for each sample
797 * For statistical analysis of the input data we consider bytes that form a
812 * For a sample of at most 8KB of data per data range: 16 consecutive bytes
1127 * Given an address space and start and length, compress the bytes into @pages
1138 * @total_in is used to return the number of bytes actually read. It
1144 * be also used to return the total number of compressed bytes
1146 * @max_out tells us the max number of bytes that we're allowed to
1175 * srclen is the number of bytes in pages_in
1179 * be contiguous. They all correspond to the range of bytes covered by
1246 unsigned long bytes;
1272 /* copy bytes from the working buffer into the pages */
1274 bytes = min_t(unsigned long, bvec.bv_len,
1276 bytes = min(bytes, working_bytes);
1279 memcpy(kaddr + bvec.bv_offset, buf + buf_offset, bytes);
1283 buf_offset += bytes;
1284 working_bytes -= bytes;
1285 current_buf_start += bytes;
1288 bio_advance(bio, bytes);
1479 * Size of the core byte set - how many bytes cover 90% of the sample
1696 * pairs of bytes, which is too costly.