Lines Matching refs:last_offset
507 u64 last_offset; in add_ra_bio_pages() local
519 last_offset = bio_end_offset(cb->orig_bio); in add_ra_bio_pages()
528 while (last_offset < compressed_end) { in add_ra_bio_pages()
529 pg_index = last_offset >> PAGE_SHIFT; in add_ra_bio_pages()
552 end = last_offset + PAGE_SIZE - 1; in add_ra_bio_pages()
559 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
561 em = lookup_extent_mapping(em_tree, last_offset, in add_ra_bio_pages()
565 if (!em || last_offset < em->start || in add_ra_bio_pages()
566 (last_offset + PAGE_SIZE > extent_map_end(em)) || in add_ra_bio_pages()
569 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
597 unlock_extent(tree, last_offset, end); in add_ra_bio_pages()
603 last_offset += PAGE_SIZE; in add_ra_bio_pages()