Searched refs:hole_end (Results 1 – 8 of 8) sorted by relevance
| /fs/hugetlbfs/ |
| A D | inode.c | 676 loff_t hole_start, hole_end; in hugetlbfs_punch_hole() local 682 hole_end = round_down(offset + len, hpage_size); in hugetlbfs_punch_hole() 700 if (hole_end > hole_start) { in hugetlbfs_punch_hole() 704 hole_end >> PAGE_SHIFT, 0); in hugetlbfs_punch_hole() 708 if ((offset + len) > hole_end && (offset + len) > hole_start) in hugetlbfs_punch_hole() 710 hole_end, offset + len); in hugetlbfs_punch_hole() 715 if (hole_end > hole_start) in hugetlbfs_punch_hole() 716 remove_inode_hugepages(inode, hole_start, hole_end); in hugetlbfs_punch_hole()
|
| /fs/bcachefs/ |
| A D | fs-io-pagecache.c | 802 u64 *hole_end, in bch2_clamp_data_hole() argument 809 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >> 9; in bch2_clamp_data_hole() 815 if (*hole_start == *hole_end) in bch2_clamp_data_hole() 819 *hole_start << 9, *hole_end << 9, min_replicas, nonblock) >> 9; in bch2_clamp_data_hole() 823 *hole_end = ret; in bch2_clamp_data_hole()
|
| A D | fs-io.c | 652 u64 hole_start, hole_end; in __bchfs_fallocate() local 672 hole_end = bpos_min(k.k->p, end_pos).offset; in __bchfs_fallocate() 695 &hole_end, in __bchfs_fallocate() 700 &hole_end, in __bchfs_fallocate() 710 if (hole_start == hole_end) in __bchfs_fallocate() 714 sectors = hole_end - hole_start; in __bchfs_fallocate()
|
| /fs/btrfs/ |
| A D | zoned.h | 70 u64 hole_end, u64 num_bytes); 166 u64 hole_start, u64 hole_end, in btrfs_find_allocatable_zones() argument
|
| A D | fiemap.c | 714 const u64 hole_end = min(key.offset, range_end) - 1; in extent_fiemap() local 719 prev_extent_end, hole_end); in extent_fiemap()
|
| A D | zoned.c | 1042 u64 hole_end, u64 num_bytes) in btrfs_find_allocatable_zones() argument 1055 while (pos < hole_end) { in btrfs_find_allocatable_zones() 1060 return hole_end; in btrfs_find_allocatable_zones()
|
| A D | volumes.c | 1609 u64 hole_end = *hole_start + *hole_size; in dev_extent_hole_check() local 1617 if (hole_end >= *hole_start) in dev_extent_hole_check() 1618 *hole_size = hole_end - *hole_start; in dev_extent_hole_check()
|
| /fs/proc/ |
| A D | task_mmu.c | 1818 unsigned long hole_end; in pagemap_pte_hole() local 1821 hole_end = min(end, vma->vm_start); in pagemap_pte_hole() 1823 hole_end = end; in pagemap_pte_hole() 1825 for (; addr < hole_end; addr += PAGE_SIZE) { in pagemap_pte_hole()
|
Completed in 44 milliseconds