Lines Matching defs:hole_start
776 loff_t hole_start, hole_end;
779 * hole_start and hole_end indicate the full pages within the hole.
781 hole_start = round_up(offset, hpage_size);
795 if (offset < hole_start)
797 offset, min(offset + len, hole_start));
800 if (hole_end > hole_start) {
803 hole_start >> PAGE_SHIFT,
808 if ((offset + len) > hole_end && (offset + len) > hole_start)
815 if (hole_end > hole_start)
816 remove_inode_hugepages(inode, hole_start, hole_end);