Lines Matching defs:offset
119 * @dest_ofs: current offset within @dest_pages[@dest_index] (IN/OUT)
121 * @dest_max_ofs: maximum offset within @dest_pages[@dest_max_index] (IN)
134 * and at offset @dest_pos into the page @dest_pages[@dest_index].
187 ntfs_debug("Beginning sub-block at offset = 0x%zx in the cb.",
475 unsigned long offset, index = page->index;
535 offset = start_vcn << vol->cluster_size_bits >> PAGE_SHIFT;
536 xpage = index - offset;
547 offset;
561 for (i = 0; i < max_page; i++, offset++) {
563 pages[i] = grab_cache_page_nowait(mapping, offset);
721 /* The last page and maximum offset within it for the current cb. */