Lines Matching defs:cur_page
100 struct page *cur_page; /* The page */
681 * Attempt to put the current chunk of 'cur_page' into the current BIO. If
691 ret = bio_add_page(sdio->bio, sdio->cur_page,
699 dio_pin_page(dio, sdio->cur_page);
710 * Put cur_page under IO. The section of cur_page which is described by
711 * cur_page_offset,cur_page_len is put into a BIO. The section of cur_page
716 * The caller of this function is responsible for removing cur_page from the
802 if (sdio->cur_page == page &&
813 if (sdio->cur_page) {
815 dio_unpin_page(dio, sdio->cur_page);
816 sdio->cur_page = NULL;
822 sdio->cur_page = page;
836 dio_unpin_page(dio, sdio->cur_page);
837 sdio->cur_page = NULL;
1265 if (sdio.cur_page) {
1271 dio_unpin_page(dio, sdio.cur_page);
1272 sdio.cur_page = NULL;