Lines Matching defs:start_byte
115 unsigned long start_byte, size_t srclen, size_t destlen)
119 start_byte, srclen, destlen);
121 start_byte, srclen, destlen);
123 start_byte, srclen, destlen);
1198 * start_byte tells us the offset into the compressed data we're interested in
1201 unsigned long start_byte, size_t srclen, size_t destlen)
1208 start_byte, srclen, destlen);
1243 unsigned long start_byte;
1254 start_byte = page_offset(bvec.bv_page) - disk_start;
1257 if (total_out <= start_byte)
1264 if (total_out > start_byte && buf_start < start_byte) {
1265 buf_offset = start_byte - buf_start;
1292 prev_start_byte = start_byte;
1293 start_byte = page_offset(bvec.bv_page) - disk_start;
1301 if (start_byte != prev_start_byte) {
1306 if (total_out <= start_byte)
1314 if (total_out > start_byte &&
1315 current_buf_start < start_byte) {
1316 buf_offset = start_byte - buf_start;
1317 working_bytes = total_out - start_byte;