Lines Matching refs:offset
1023 unsigned long offset; in vb_free() local
1035 offset = (unsigned long)addr & (VMAP_BLOCK_SIZE - 1); in vb_free()
1036 offset >>= PAGE_SHIFT; in vb_free()
1049 vb->dirty_min = min(vb->dirty_min, offset); in vb_free()
1050 vb->dirty_max = max(vb->dirty_max, offset + (1UL << order)); in vb_free()
1933 unsigned long offset, length; in aligned_vread() local
1935 offset = offset_in_page(addr); in aligned_vread()
1936 length = PAGE_SIZE - offset; in aligned_vread()
1953 memcpy(buf, map + offset, length); in aligned_vread()
1972 unsigned long offset, length; in aligned_vwrite() local
1974 offset = offset_in_page(addr); in aligned_vwrite()
1975 length = PAGE_SIZE - offset; in aligned_vwrite()
1992 memcpy(map + offset, buf, length); in aligned_vwrite()