Lines Matching refs:last_offset
549 u64 last_offset; in add_ra_bio_pages() local
561 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
580 while (last_offset < compressed_end) { in add_ra_bio_pages()
581 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
616 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
617 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
619 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
623 if (!em || last_offset < em->start || in add_ra_bio_pages()
624 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
627 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
652 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
658 last_offset += PAGE_SIZE; in add_ra_bio_pages()