Lines Matching defs:bmp_pos
137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn;
233 * bmp_pos is the current bit position inside the bitmap. We use
236 bmp_pos = bmp_initial_pos = zone_start;
247 "bmp_pos 0x%llx, rlpos %i, rlsize %i.",
252 (unsigned long long)bmp_pos, rlpos, rlsize);
254 last_read_pos = bmp_pos >> 3;
284 lcn = bmp_pos & 7;
285 bmp_pos &= ~(LCN)7;
287 "bmp_pos 0x%llx, need_writeback %i.", buf_size,
289 (unsigned long long)bmp_pos, need_writeback);
290 while (lcn < buf_size && lcn + bmp_pos < zone_end) {
293 "lcn 0x%llx, bmp_pos 0x%llx, "
297 (unsigned long long)bmp_pos,
328 (lcn + bmp_pos));
355 "bmp_pos 0x%llx, prev_run_len 0x%llx, "
357 (unsigned long long)(lcn + bmp_pos),
360 (unsigned long long)bmp_pos,
363 if (prev_lcn == lcn + bmp_pos - prev_run_len && rlpos) {
395 rl[rlpos].lcn = prev_lcn = lcn + bmp_pos;
407 tc = lcn + bmp_pos + 1;
482 bmp_pos += buf_size;
484 "0x%llx, bmp_pos 0x%llx, need_writeback %i.",
486 (unsigned long long)bmp_pos, need_writeback);
487 if (bmp_pos < zone_end) {
489 "bmp_pos 0x%llx, zone_end 0x%llx.",
490 (unsigned long long)bmp_pos,
519 bmp_pos = zone_start;
522 "bmp_pos 0x%llx.",
525 (unsigned long long)bmp_pos);
661 bmp_pos = zone_start;
701 bmp_pos = zone_start = bmp_initial_pos =