Lines Matching refs:read_start
81 u64 read_start, u64 read_end, int page_count)
105 * the page size, so read_start and read_end cover full pages.
112 if (idx == 0 && index != read_start)
153 read_start >> PAGE_SHIFT,
182 (read_start >> PAGE_SHIFT) + idx,
221 const u64 read_start = round_down(index, msblk->devblksize);
222 const sector_t block = read_start >> msblk->devblksize_log2;
225 int offset = read_start - round_down(index, PAGE_SIZE);
240 pgoff_t index = (read_start >> PAGE_SHIFT) + i;
263 length, read_start, read_end,