Lines Matching refs:cur_page
101 struct page *cur_page; /* The page */
705 * Attempt to put the current chunk of 'cur_page' into the current BIO. If
715 ret = bio_add_page(sdio->bio, sdio->cur_page,
723 get_page(sdio->cur_page);
734 * Put cur_page under IO. The section of cur_page which is described by
735 * cur_page_offset,cur_page_len is put into a BIO. The section of cur_page
740 * The caller of this function is responsible for removing cur_page from the
825 if (sdio->cur_page == page &&
836 if (sdio->cur_page) {
838 put_page(sdio->cur_page);
839 sdio->cur_page = NULL;
845 sdio->cur_page = page;
859 put_page(sdio->cur_page);
860 sdio->cur_page = NULL;
1291 if (sdio.cur_page) {
1297 put_page(sdio.cur_page);
1298 sdio.cur_page = NULL;