Lines Matching defs:off_end
600 loff_t off_end = off + len;
604 if (off_end <= off_align || (off_end - off_align) < size)
3061 pgoff_t off_end)
3080 file_path, off_start, off_end);
3084 for (index = off_start; index < off_end; index += nr_pages) {
3125 /* hold pid, start_vaddr, end_vaddr or file_path, off_start, off_end */
3146 pgoff_t off_start = 0, off_end = 0;
3157 ret = sscanf(buf, "0x%lx,0x%lx", &off_start, &off_end);
3162 ret = split_huge_pages_in_file(file_path, off_start, off_end);