Lines Matching refs:offset
1037 unsigned long offset; in vb_free() local
1049 offset = (unsigned long)addr & (VMAP_BLOCK_SIZE - 1); in vb_free()
1050 offset >>= PAGE_SHIFT; in vb_free()
1063 vb->dirty_min = min(vb->dirty_min, offset); in vb_free()
1064 vb->dirty_max = max(vb->dirty_max, offset + (1UL << order)); in vb_free()
2015 unsigned long offset, length; in aligned_vread() local
2017 offset = offset_in_page(addr); in aligned_vread()
2018 length = PAGE_SIZE - offset; in aligned_vread()
2035 memcpy(buf, map + offset, length); in aligned_vread()
2054 unsigned long offset, length; in aligned_vwrite() local
2056 offset = offset_in_page(addr); in aligned_vwrite()
2057 length = PAGE_SIZE - offset; in aligned_vwrite()
2074 memcpy(map + offset, buf, length); in aligned_vwrite()