Lines Matching defs:end
179 u64 end = min_t(u64, eb->start + eb->len, page_offset(p) + PAGE_SIZE);
180 u32 len = end - start;
1903 * the real end of the address space is determined by all of
2927 * remounts, or be displayed. Clear these at the end of mount and remount
4225 * This function is only called at the very end of close_ctree(),
4477 * this code, they end up stuck in balance_dirty_pages forever
4730 u64 end;
4732 while (find_first_extent_bit(dirty_pages, start, &start, &end,
4734 clear_extent_bits(dirty_pages, start, end, mark);
4735 while (start <= end) {
4755 u64 end;
4767 if (!find_first_extent_bit(unpin, 0, &start, &end,
4773 clear_extent_dirty(unpin, start, end, &cached_state);
4775 btrfs_error_unpin_extent_range(fs_info, start, end);