Lines Matching refs:cur_page
202 struct page *cur_page;
241 struct page *page = ctx->cur_page;
318 struct iomap_readpage_ctx ctx = { .cur_page = page };
361 if (ctx->cur_page && offset_in_page(pos + done) == 0) {
363 unlock_page(ctx->cur_page);
364 put_page(ctx->cur_page);
365 ctx->cur_page = NULL;
367 if (!ctx->cur_page) {
368 ctx->cur_page = readahead_page(ctx->rac);
417 if (ctx.cur_page) {
419 unlock_page(ctx.cur_page);
420 put_page(ctx.cur_page);