Lines Matching refs:end
444 pgoff_t end; in ext4_find_unwritten_pgoff() local
456 end = endoff >> PAGE_CACHE_SHIFT; in ext4_find_unwritten_pgoff()
463 num = min_t(pgoff_t, end - index, PAGEVEC_SIZE - 1) + 1; in ext4_find_unwritten_pgoff()
484 if (page->index > end) in ext4_find_unwritten_pgoff()
535 } while (index <= end); in ext4_find_unwritten_pgoff()
554 ext4_lblk_t start, last, end; in ext4_seek_data() local
570 end = isize >> blkbits; in ext4_seek_data()
575 map.m_len = end - last + 1; in ext4_seek_data()
609 } while (last <= end); in ext4_seek_data()
627 ext4_lblk_t start, last, end; in ext4_seek_hole() local
643 end = isize >> blkbits; in ext4_seek_hole()
648 map.m_len = end - last + 1; in ext4_seek_hole()
685 } while (last <= end); in ext4_seek_hole()