Lines Matching defs:start

104 	pgoff_t start;		/* start of range currently being fallocated */
786 pgoff_t start, pgoff_t end)
788 XA_STATE(xas, &mapping->i_pages, start);
886 static bool shmem_punch_compound(struct page *page, pgoff_t start, pgoff_t end)
893 page->index >= start && page->index + HPAGE_PMD_NR <= end)
909 pgoff_t start = (lstart + PAGE_SIZE - 1) >> PAGE_SHIFT;
923 index = start;
953 if (shmem_punch_compound(page, start, end))
966 shmem_getpage(inode, start - 1, &page, SGP_READ);
969 if (start > end) {
989 if (start >= end)
992 index = start;
1001 if (index == start || end != -1)
1004 index = start;
1036 if (shmem_punch_compound(page, start, end))
1044 round_up(start, HPAGE_PMD_NR))
1045 start = index + 1;
1193 pgoff_t start, unsigned int nr_entries,
1197 XA_STATE(xas, &mapping->i_pages, start);
1275 pgoff_t start = 0;
1288 pvec.nr = shmem_find_swap_entries(mapping, start, nr_entries,
1308 start = indices[pvec.nr - 1];
1413 index >= shmem_falloc->start &&
1723 /* Here we actually start the io */
2076 vmf->pgoff >= shmem_falloc->start &&
2696 pvec.nr = 1; /* start small: we may be there already */
2737 pgoff_t start, end;
2749 start = offset >> PAGE_SHIFT;
2751 new_offset = shmem_seek_hole_data(mapping, start, end, whence);
2776 pgoff_t start, index, end;
2797 shmem_falloc.start = (u64)unmap_start >> PAGE_SHIFT;
2828 start = offset >> PAGE_SHIFT;
2831 if (sbinfo->max_blocks && end - start > sbinfo->max_blocks) {
2837 shmem_falloc.start = start;
2838 shmem_falloc.next = start;
2845 for (index = start; index < end; index++) {
2860 if (index > start) {
2862 (loff_t)start << PAGE_SHIFT,