Home
last modified time | relevance | path

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

/fs/hugetlbfs/
Dinode.c733 loff_t hole_start, hole_end; in hugetlbfs_punch_hole() local
739 hole_end = round_down(offset + len, hpage_size); in hugetlbfs_punch_hole()
757 if (hole_end > hole_start) { in hugetlbfs_punch_hole()
761 hole_end >> PAGE_SHIFT, 0); in hugetlbfs_punch_hole()
765 if ((offset + len) > hole_end && (offset + len) > hole_start) in hugetlbfs_punch_hole()
767 hole_end, offset + len); in hugetlbfs_punch_hole()
772 if (hole_end > hole_start) in hugetlbfs_punch_hole()
773 remove_inode_hugepages(inode, hole_start, hole_end); in hugetlbfs_punch_hole()
/fs/btrfs/
Dzoned.h49 u64 hole_end, u64 num_bytes);
156 u64 hole_start, u64 hole_end, in btrfs_find_allocatable_zones() argument
Dzoned.c1033 u64 hole_end, u64 num_bytes) in btrfs_find_allocatable_zones() argument
1046 while (pos < hole_end) { in btrfs_find_allocatable_zones()
1051 return hole_end; in btrfs_find_allocatable_zones()
Dvolumes.c1530 u64 hole_end = *hole_start + *hole_size; in dev_extent_hole_check() local
1538 if (hole_end >= *hole_start) in dev_extent_hole_check()
1539 *hole_size = hole_end - *hole_start; in dev_extent_hole_check()
/fs/proc/
Dtask_mmu.c1386 unsigned long hole_end; in pagemap_pte_hole() local
1389 hole_end = min(end, vma->vm_start); in pagemap_pte_hole()
1391 hole_end = end; in pagemap_pte_hole()
1393 for (; addr < hole_end; addr += PAGE_SIZE) { in pagemap_pte_hole()