Searched refs:offset_in_page (Results 1 – 10 of 10) sorted by relevance
/include/crypto/ |
D | scatterwalk.h | 31 unsigned int len_this_page = offset_in_page(~walk->offset) + 1; in scatterwalk_pagelen() 74 offset_in_page(walk->offset); in scatterwalk_map()
|
/include/linux/mtd/ |
D | rawnand.h | 1524 unsigned int offset_in_page, void *buf, unsigned int len); 1526 unsigned int offset_in_page, void *buf, 1529 unsigned int offset_in_page, void *buf, unsigned int len); 1531 unsigned int offset_in_page, const void *buf, 1535 unsigned int offset_in_page, const void *buf, 1538 unsigned int offset_in_page, const void *buf,
|
/include/linux/ |
D | iomap.h | 117 return iomap->length <= PAGE_SIZE - offset_in_page(iomap->inline_data); in iomap_inline_data_valid()
|
D | edac.h | 479 unsigned long offset_in_page; member
|
D | scatterlist.h | 145 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); in sg_set_buf()
|
D | pagemap.h | 1004 int offset = offset_in_page(size); in page_mkwrite_check_truncate()
|
D | dma-mapping.h | 347 return dma_map_page_attrs(dev, virt_to_page(ptr), offset_in_page(ptr), in dma_map_single_attrs()
|
D | kvm_host.h | 1013 offset_in_page(__gpa), v); \ 1035 offset_in_page(__gpa), v); \
|
D | hyperv.h | 1757 offset_in_page(addr); in virt_to_hvpfn()
|
D | mm.h | 1765 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
|