Lines Matching refs:last_offset
434 u64 last_offset; in add_ra_bio_pages() local
446 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
455 while (last_offset < compressed_end) { in add_ra_bio_pages()
456 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
479 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
486 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
488 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
492 if (!em || last_offset < em->start || in add_ra_bio_pages()
493 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
496 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
524 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
530 last_offset += PAGE_SIZE; in add_ra_bio_pages()