Searched refs:cur_page (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c479 unsigned int xpage, max_page, cur_page, cur_ofs, i; local
553 cur_page = 0;
689 cb_max_page = (cur_page << PAGE_CACHE_SHIFT) + cur_ofs + cb_size;
704 for (; cur_page < cb_max_page; cur_page++) {
705 page = pages[cur_page];
717 if (cur_page == xpage)
721 pages[cur_page] = NULL;
730 page = pages[cur_page];
742 unsigned int cur2_page = cur_page;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_memory.c232 unsigned int cur_page = 0; local
259 if (cur_page == 0) {
261 page_vec->pages[cur_page] = page;
262 cur_page++;
268 page_vec->pages[cur_page] = page;
269 cur_page++;
274 iser_dbg("page_vec->data_size:%d cur_page %d\n", page_vec->data_size,cur_page);
275 return cur_page;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c102 struct page *cur_page; /* The page */ member in struct:dio
577 * Attempt to put the current chunk of 'cur_page' into the current BIO. If
587 ret = bio_add_page(dio->bio, dio->cur_page,
595 page_cache_get(dio->cur_page);
606 * Put cur_page under IO. The section of cur_page which is described by
607 * cur_page_offset,cur_page_len is put into a BIO. The section of cur_page
612 * The caller of this function is responsible for removing cur_page from the
684 if ( (dio->cur_page == page) &&
696 page_cache_release(dio->cur_page);
[all...]
H A Dbio.c612 int cur_page = 0; local
647 const int page_limit = cur_page + local_nr_pages;
652 write_to_vm, 0, &pages[cur_page], NULL);
661 for (j = cur_page; j < page_limit; j++) {
681 cur_page = j;

Completed in 57 milliseconds