Home
last modified time | relevance | path

Searched refs:dst_end (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dextent_io.c4480 unsigned long dst_end = dst_offset + len - 1; in memmove_extent_buffer() local
4507 dst_off_in_folio = get_eb_offset_in_folio(dst, dst_end); in memmove_extent_buffer()
4515 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()
4518 __write_extent_buffer(dst, src_addr, dst_end - cur + 1, cur, in memmove_extent_buffer()
4521 dst_end -= cur; in memmove_extent_buffer()
/linux/mm/
H A Duserfaultfd.c73 bool validate_dst_vma(struct vm_area_struct *dst_vma, unsigned long dst_end) in validate_dst_vma() argument
76 if (dst_end > dst_vma->vm_end) in validate_dst_vma()