Lines Matching defs:delalloc_start
6808 u64 delalloc_start = start;
6839 delalloc_len = count_range_bits(&inode->io_tree, &delalloc_start,
6841 delalloc_end = delalloc_start + delalloc_len;
6842 if (delalloc_end < delalloc_start)
6849 if (delalloc_start > end || delalloc_end <= start) {
6856 * Adjust the delalloc_start to make sure it doesn't go backwards from
6859 delalloc_start = max(start, delalloc_start);
6860 delalloc_len = delalloc_end - delalloc_start;
6889 if (hole_em && delalloc_start > hole_start) {
6895 em->len = min(hole_len, delalloc_start - hole_start);
6911 em->start = delalloc_start;
6913 em->orig_start = delalloc_start;