Lines Matching refs:last_offset
502 u64 last_offset; in add_ra_bio_pages() local
514 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
523 while (last_offset < compressed_end) { in add_ra_bio_pages()
524 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
547 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
554 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
556 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
560 if (!em || last_offset < em->start || in add_ra_bio_pages()
561 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
564 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
592 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
598 last_offset += PAGE_SIZE; in add_ra_bio_pages()