Searched refs:cur_page (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | lzo.c | 139 struct page *cur_page; in copy_compressed_data_to_page() local 153 if (!cur_page) { in copy_compressed_data_to_page() 154 cur_page = alloc_page(GFP_NOFS); in copy_compressed_data_to_page() 155 if (!cur_page) in copy_compressed_data_to_page() 160 kaddr = kmap_local_page(cur_page); in copy_compressed_data_to_page() 179 if (!cur_page) { in copy_compressed_data_to_page() 180 cur_page = alloc_page(GFP_NOFS); in copy_compressed_data_to_page() 181 if (!cur_page) in copy_compressed_data_to_page() 315 struct page *cur_page; in copy_compressed_segment() local 365 struct page *cur_page; in lzo_decompress_bio() local [all …]
|
/linux-6.3-rc2/fs/ntfs/ |
A D | compress.c | 587 cur_page = 0; in ntfs_read_compressed_block() 737 for (; cur_page < cb_max_page; cur_page++) { in ntfs_read_compressed_block() 738 page = pages[cur_page]; in ntfs_read_compressed_block() 750 if (cur_page == xpage) in ntfs_read_compressed_block() 763 page = pages[cur_page]; in ntfs_read_compressed_block() 794 for (; cur_page < cb_max_page; cur_page++) { in ntfs_read_compressed_block() 795 page = pages[cur_page]; in ntfs_read_compressed_block() 806 page = pages[cur_page]; in ntfs_read_compressed_block() 885 for (cur_page = 0; cur_page < max_page; cur_page++) { in ntfs_read_compressed_block() 886 page = pages[cur_page]; in ntfs_read_compressed_block() [all …]
|
/linux-6.3-rc2/drivers/xen/ |
A D | xen-front-pgdir-shbuf.c | 251 int ret, cur_gref, cur_dir_page, cur_page, grefs_left; in backend_map() local 272 cur_page = 0; in backend_map() 284 addr = xen_page_to_vaddr(buf->pages[cur_page]); in backend_map() 285 gnttab_set_map_op(&map_ops[cur_page], addr, in backend_map() 289 cur_page++; in backend_map() 298 for (cur_page = 0; cur_page < buf->num_pages; cur_page++) { in backend_map() 299 if (likely(map_ops[cur_page].status == GNTST_okay)) { in backend_map() 300 buf->backend_map_handles[cur_page] = in backend_map() 301 map_ops[cur_page].handle; in backend_map() 303 buf->backend_map_handles[cur_page] = in backend_map() [all …]
|
/linux-6.3-rc2/fs/ |
A D | direct-io.c | 693 get_page(sdio->cur_page); in dio_bio_add_page() 796 if (sdio->cur_page == page && in submit_page_section() 807 if (sdio->cur_page) { in submit_page_section() 809 put_page(sdio->cur_page); in submit_page_section() 810 sdio->cur_page = NULL; in submit_page_section() 816 sdio->cur_page = page; in submit_page_section() 830 put_page(sdio->cur_page); in submit_page_section() 831 sdio->cur_page = NULL; in submit_page_section() 1259 if (sdio.cur_page) { in __blockdev_direct_IO() 1265 put_page(sdio.cur_page); in __blockdev_direct_IO() [all …]
|
/linux-6.3-rc2/lib/ |
A D | scatterlist.c | 456 unsigned int chunks, cur_page, seg_len, i, prv_len = 0; in sg_alloc_append_table_from_pages() local 509 cur_page = 0; in sg_alloc_append_table_from_pages() 515 for (j = cur_page + 1; j < n_pages; j++) { in sg_alloc_append_table_from_pages() 534 chunk_size = ((j - cur_page) << PAGE_SHIFT) - offset; in sg_alloc_append_table_from_pages() 535 sg_set_page(s, pages[cur_page], in sg_alloc_append_table_from_pages() 540 cur_page = j; in sg_alloc_append_table_from_pages()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | checkpoint.c | 927 struct page *cp1, *cp2, *cur_page; in f2fs_get_valid_checkpoint() local 954 cur_page = cp2; in f2fs_get_valid_checkpoint() 956 cur_page = cp1; in f2fs_get_valid_checkpoint() 958 cur_page = cp1; in f2fs_get_valid_checkpoint() 960 cur_page = cp2; in f2fs_get_valid_checkpoint() 969 if (cur_page == cp1) in f2fs_get_valid_checkpoint() 984 if (cur_page == cp2) in f2fs_get_valid_checkpoint() 992 if (IS_ERR(cur_page)) { in f2fs_get_valid_checkpoint() 993 err = PTR_ERR(cur_page); in f2fs_get_valid_checkpoint() 996 sit_bitmap_ptr = page_address(cur_page); in f2fs_get_valid_checkpoint() [all …]
|
/linux-6.3-rc2/drivers/net/wwan/t7xx/ |
A D | t7xx_hif_dpmaif_rx.c | 339 struct dpmaif_bat_page *cur_page = bat_skb + cur_bat_idx; in t7xx_dpmaif_rx_frag_alloc() local 343 if (!cur_page->page) { in t7xx_dpmaif_rx_frag_alloc() 363 cur_page->page = page; in t7xx_dpmaif_rx_frag_alloc() 364 cur_page->data_bus_addr = data_base_addr; in t7xx_dpmaif_rx_frag_alloc() 365 cur_page->offset = offset; in t7xx_dpmaif_rx_frag_alloc() 366 cur_page->data_len = bat_req->pkt_buf_sz; in t7xx_dpmaif_rx_frag_alloc() 369 data_base_addr = cur_page->data_bus_addr; in t7xx_dpmaif_rx_frag_alloc()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | sev-common.h | 119 u64 cur_page : 12, member
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | memory.c | 1556 int rc, i, j, nents, cur_page; in alloc_sgt_from_device_pages() local 1612 cur_page = 0; in alloc_sgt_from_device_pages() 1625 pages[cur_page] - prop->dram_base_address; in alloc_sgt_from_device_pages() 1643 cur_page++; in alloc_sgt_from_device_pages() 1651 for (j = cur_page + 1 ; j < cur_npages ; j++) { in alloc_sgt_from_device_pages() 1660 (pages[cur_page] - prop->dram_base_address); in alloc_sgt_from_device_pages() 1669 cur_page = j; in alloc_sgt_from_device_pages()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | fslog.c | 1791 struct RECORD_PAGE_HDR *cur_page = in last_log_lsn() local 1795 tail_page = cur_page; in last_log_lsn() 1807 cur_page->rhdr.lsn == page->rhdr.lsn && in last_log_lsn() 1808 cur_page->record_hdr.next_record_off == in last_log_lsn() 1815 cur_page = NULL; in last_log_lsn() 1823 lsn_cur = le64_to_cpu(cur_page->rhdr.lsn); in last_log_lsn() 1826 le64_to_cpu(cur_page->record_hdr.last_end_lsn) && in last_log_lsn() 1835 if (!is_log_record_end(cur_page)) { in last_log_lsn() 1844 log->ra->current_lsn = cur_page->record_hdr.last_end_lsn; in last_log_lsn() 1848 le16_to_cpu(cur_page->record_hdr.next_record_off)) { in last_log_lsn() [all …]
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | icp_qat_uclo.h | 154 struct icp_qat_uclo_page *cur_page[ICP_QAT_UCLO_MAX_CTX]; member
|
A D | qat_uclo.c | 2053 aed->ae_slices[s].cur_page[ctx] = in qat_uclo_wr_uimage_page()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | kvmgt.c | 152 struct page *cur_page; in gvt_pin_guest_page() local 155 IOMMU_READ | IOMMU_WRITE, &cur_page); in gvt_pin_guest_page() 163 base_page = cur_page; in gvt_pin_guest_page() 164 else if (base_page + npage != cur_page) { in gvt_pin_guest_page()
|
Completed in 46 milliseconds