Lines Matching defs:end
105 wait_queue_head_t *waitq; /* faults into hole wait for punch to end */
676 /* No huge page at the end of the file: nothing to split */
870 pgoff_t start, pgoff_t end)
875 unsigned long max = end - 1;
987 pgoff_t end = (lend + 1) >> PAGE_SHIFT;
997 end = -1; /* unsigned, so actually very big */
999 if (info->fallocend > start && info->fallocend <= end && !unfalloc)
1004 while (index < end && find_lock_entries(mapping, &index, end - 1,
1043 end = folio->index;
1055 end = folio->index;
1063 while (index < end) {
1066 if (!find_get_entries(mapping, &index, end - 1, &fbatch,
1069 if (index == start || end != -1)
3050 pgoff_t start, index, end, undo_fallocend;
3103 end = (offset + len + PAGE_SIZE - 1) >> PAGE_SHIFT;
3105 if (sbinfo->max_blocks && end - start > sbinfo->max_blocks) {
3125 if (info->fallocend < end)
3126 info->fallocend = end;
3128 for (index = start; index < end; ) {