Searched refs:dst_end (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 4401 unsigned long dst_end = dst_offset + len - 1; in memmove_extent_buffer() local 4428 dst_off_in_folio = get_eb_offset_in_folio(dst, dst_end); in memmove_extent_buffer() 4436 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer() 4439 __write_extent_buffer(dst, src_addr, dst_end - cur + 1, cur, in memmove_extent_buffer() 4442 dst_end -= cur; in memmove_extent_buffer()
|
| /linux/mm/ |
| H A D | userfaultfd.c | 24 bool validate_dst_vma(struct vm_area_struct *dst_vma, unsigned long dst_end) in validate_dst_vma() argument 27 if (dst_end > dst_vma->vm_end) in validate_dst_vma()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 684 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() local 685 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()
|