Home
last modified time | relevance | path

Searched refs:hole_end (Results 1 – 2 of 2) sorted by relevance

/fs/hugetlbfs/
Dinode.c519 loff_t hole_start, hole_end; in hugetlbfs_punch_hole() local
526 hole_end = round_down(offset + len, hpage_size); in hugetlbfs_punch_hole()
528 if (hole_end > hole_start) { in hugetlbfs_punch_hole()
536 hole_end >> PAGE_SHIFT); in hugetlbfs_punch_hole()
538 remove_inode_hugepages(inode, hole_start, hole_end); in hugetlbfs_punch_hole()
/fs/proc/
Dtask_mmu.c1199 unsigned long hole_end; in pagemap_pte_hole() local
1202 hole_end = min(end, vma->vm_start); in pagemap_pte_hole()
1204 hole_end = end; in pagemap_pte_hole()
1206 for (; addr < hole_end; addr += PAGE_SIZE) { in pagemap_pte_hole()