| /linux/fs/squashfs/ |
| H A D | page_actor.h | 19 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 D | file.c | 516 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 D | page_actor.c | 79 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 D | goldfish_pipe.c | 256 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 D | chapter-index.h | 47 bool last_page, u32 *lists_packed);
|
| /linux/drivers/edac/ |
| H A D | fsl_ddr_edac.c | 330 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 D | edac_mc.c | 113 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 D | pasemi_edac.c | 168 csrow->last_page = csrow->first_page + dimm->nr_pages - 1; in pasemi_edac_init_csrows()
|
| H A D | aspeed_edac.c | 260 csrow->last_page = csrow->first_page + nr_pages - 1; in init_csrows()
|
| H A D | cpc925_edac.c | 342 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 D | trident.h | 248 short first_page, last_page; member
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs8409.h | 317 unsigned int last_page; 314 unsigned int last_page; global() member
|
| H A D | cs8409.c | 184 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 D | drbd_bitmap.c | 1515 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 D | edac.h | 438 unsigned long last_page; /* last page number in csrow */ member
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 3044 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 D | vfs.c | 1017 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 D | rawnand.h | 1339 unsigned int last_page; member
|