Home
last modified time | relevance | path

Searched refs:last_page (Results 1 – 18 of 18) sorted by relevance

/linux/fs/squashfs/
H A Dpage_actor.h19 struct page *last_page; member
36 struct page *last_page = actor->next_page == actor->pages ? actor->last_page : ERR_PTR(-EIO); in squashfs_page_actor_free() local
41 return last_page; in squashfs_page_actor_free()
H A Dfile.c516 struct page *last_page; in squashfs_readahead_fragment() local
544 last_page = squashfs_page_actor_free(actor); in squashfs_readahead_fragment()
546 if (copied == expected && !IS_ERR(last_page)) { in squashfs_readahead_fragment()
549 if (bytes && last_page) in squashfs_readahead_fragment()
550 memzero_page(last_page, bytes, PAGE_SIZE - bytes); in squashfs_readahead_fragment()
599 struct page *last_page; in squashfs_readahead() local
634 last_page = squashfs_page_actor_free(actor); in squashfs_readahead()
636 if (res == expected && !IS_ERR(last_page)) { in squashfs_readahead()
641 if (start >> msblk->block_log == file_end && bytes && last_page) in squashfs_readahead()
642 memzero_page(last_page, bytes, in squashfs_readahead()
H A Dpage_actor.c79 actor->last_page = NULL; in handle_next_page()
85 actor->last_page = actor->page[actor->next_page]; in handle_next_page()
135 actor->last_page = NULL; in squashfs_page_actor_init_special()
/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c256 unsigned long last_page, in goldfish_pin_pages() argument
263 int requested_pages = ((last_page - first_page) >> PAGE_SHIFT) + 1; in goldfish_pin_pages()
289 unsigned long last_page, in populate_rw_params() argument
302 int size_on_page = first_page == last_page in populate_rw_params()
327 unsigned long last_page, in transfer_max_buffers() argument
340 pages_count = goldfish_pin_pages(first_page, last_page, in transfer_max_buffers()
349 first_page, last_page, iter_last_page_size, is_write, in transfer_max_buffers()
394 unsigned long address, address_end, last_page; in goldfish_pipe_read_write() local
409 last_page = (address_end - 1) & PAGE_MASK; in goldfish_pipe_read_write()
417 last_page, last_page_size, in goldfish_pipe_read_write()
/linux/drivers/md/dm-vdo/indexer/
H A Dchapter-index.h47 bool last_page, u32 *lists_packed);
/linux/drivers/edac/
H A Dfsl_ddr_edac.c330 if ((pfn >= csrow->first_page) && (pfn <= csrow->last_page)) in fsl_mc_check()
479 csrow->last_page = end; in fsl_ddr_init_csrows()
H A Dedac_mc.c113 edac_dbg(4, " csrow->last_page = 0x%lx\n", csrow->last_page); in edac_mc_dump_csrow()
769 csrow->first_page, page, csrow->last_page, in edac_mc_find_csrow_by_page()
773 (page <= csrow->last_page) && in edac_mc_find_csrow_by_page()
H A Dpasemi_edac.c168 csrow->last_page = csrow->first_page + dimm->nr_pages - 1; in pasemi_edac_init_csrows()
H A Daspeed_edac.c260 csrow->last_page = csrow->first_page + nr_pages - 1; in init_csrows()
H A Dcpc925_edac.c342 csrow->last_page = csrow->first_page + nr_pages - 1; in cpc925_init_csrows()
343 last_nr_pages = csrow->last_page + 1; in cpc925_init_csrows()
/linux/sound/pci/trident/
H A Dtrident.h248 short first_page, last_page; member
/linux/sound/hda/codecs/cirrus/
H A Dcs8409.h317 unsigned int last_page;
314 unsigned int last_page; global() member
H A Dcs8409.c184 if (scodec->paged && (scodec->last_page != (i2c_reg >> 8))) { in cs8409_i2c_set_page()
188 scodec->last_page = i2c_reg >> 8; in cs8409_i2c_set_page()
940 cs42l42->last_page = 0; in cs42l42_suspend()
/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c1515 int last_page; in _drbd_bm_set_bits() local
1537 last_page = el >> (3 + PAGE_SHIFT); in _drbd_bm_set_bits()
1545 for (page_nr = first_page; page_nr < last_page; page_nr++) { in _drbd_bm_set_bits()
1562 bm_set_full_words_within_one_page(device->bitmap, last_page, first_word, last_word); in _drbd_bm_set_bits()
/linux/include/linux/
H A Dedac.h438 unsigned long last_page; /* last page number in csrow */ member
/linux/kernel/trace/
H A Dring_buffer.c3044 struct buffer_page *last_page, *first_page; in rb_remove_pages() local
3111 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
3142 } while (to_remove_page != last_page); in rb_remove_pages()
3177 struct list_head *last_page, *first_page; in rb_insert_pages() local
3187 last_page = pages->prev; in rb_insert_pages()
3192 last_page->next = head_page_with_bit; in rb_insert_pages()
3203 head_page->prev = last_page; in rb_insert_pages()
/linux/fs/nfsd/
H A Dvfs.c1017 struct page *last_page; in nfsd_splice_actor() local
1019 last_page = page + (offset + sd->len - 1) / PAGE_SIZE; in nfsd_splice_actor()
1020 for (page += offset / PAGE_SIZE; page <= last_page; page++) { in nfsd_splice_actor()
/linux/include/linux/mtd/
H A Drawnand.h1339 unsigned int last_page; member