Lines Matching refs:last_offset
549 u64 last_offset; in add_ra_bio_pages() local
560 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
579 while (last_offset < compressed_end) { in add_ra_bio_pages()
580 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
615 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
616 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
618 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
622 if (!em || last_offset < em->start || in add_ra_bio_pages()
623 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
626 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
650 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
656 last_offset += PAGE_SIZE; in add_ra_bio_pages()