Searched refs:page_ofs (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mtd/devices/ |
| H A D | mtdram.c | 73 unsigned long page_ofs = offset_in_page(*virt); in ram_point() local 74 void *addr = *virt - page_ofs; in ram_point() 77 *phys = __pfn_to_phys(pfn0) + page_ofs; in ram_point() 78 len += page_ofs; in ram_point()
|
| /linux/drivers/base/firmware_loader/ |
| H A D | sysfs.c | 251 int page_ofs = offset & (PAGE_SIZE - 1); in firmware_rw() local 252 int page_cnt = min_t(size_t, PAGE_SIZE - page_ofs, count); in firmware_rw() 256 page_ofs, page_cnt); in firmware_rw() 258 memcpy_to_page(fw_priv->pages[page_nr], page_ofs, in firmware_rw()
|
| /linux/fs/ntfs/ |
| H A D | compress.c | 498 unsigned int xpage, max_page, cur_page, cur_ofs, i, page_ofs, page_index; in ntfs_read_compressed_block() local 643 page_ofs = ntfs_cluster_to_poff(vol, lcn); in ntfs_read_compressed_block() 655 memcpy(cb_pos, page_address(lpage) + page_ofs, in ntfs_read_compressed_block()
|