Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dreflink.c604 struct bpos dst_end = dst_start, src_end = src_start; in bch2_remap_range() local
618 dst_end.offset += remap_sectors; in bch2_remap_range()
636 bkey_lt(dst_iter.pos, dst_end)) { in bch2_remap_range()
678 min(dst_end.offset, in bch2_remap_range()
722 dst_end.offset - dst_iter.pos.offset)); in bch2_remap_range()
734 BUG_ON(!ret && !bkey_eq(dst_iter.pos, dst_end)); in bch2_remap_range()
735 BUG_ON(bkey_gt(dst_iter.pos, dst_end)); in bch2_remap_range()
/linux-6.15/fs/btrfs/
H A Dextent_io.c4229 unsigned long dst_end = dst_offset + len - 1; in memmove_extent_buffer() local
4256 dst_off_in_folio = get_eb_offset_in_folio(dst, dst_end); in memmove_extent_buffer()
4264 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer()
4267 __write_extent_buffer(dst, src_addr, dst_end - cur + 1, cur, in memmove_extent_buffer()
4270 dst_end -= cur; in memmove_extent_buffer()
/linux-6.15/mm/
H A Duserfaultfd.c24 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-6.15/fs/nfsd/
H A Dvfs.c668 loff_t dst_end = count ? dst_pos + count - 1 : LLONG_MAX; in nfsd4_clone_file_range() local
669 int status = vfs_fsync_range(dst, dst_pos, dst_end, 0); in nfsd4_clone_file_range()