Searched refs:src_end (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | userfaultfd.c | 1085 unsigned long src_end; in move_present_ptes() local 1088 src_end = pmd_addr_end(src_addr, src_addr + len); in move_present_ptes() 1089 flush_cache_range(src_vma, src_addr, src_end); in move_present_ptes() 1130 if (src_addr == src_end) in move_present_ptes() 1519 unsigned long src_end) in move_splits_huge_pmd() argument 1522 src_end - src_addr < HPAGE_PMD_SIZE; in move_splits_huge_pmd() 1527 unsigned long src_end) in move_splits_huge_pmd() argument 1775 unsigned long src_addr, dst_addr, src_end; in move_pages() local 1818 for (src_addr = src_start, dst_addr = dst_start, src_end = src_start + len; in move_pages() 1819 src_addr < src_end;) { in move_pages() [all …]
|
| /linux/arch/xtensa/lib/ |
| H A D | memcopy.S | 79 bne a3, a7, .Lnextbyte # continue loop if $a3:src != $a7:src_end 149 bne a3, a8, .Loop1 # continue loop if a3:src != a8:src_end 229 bne a3, a10, .Loop2 # continue loop if a3:src != a10:src_end
|
| /linux/fs/smb/client/ |
| H A D | cifsfs.c | 1264 unsigned int xid, loff_t src_end) in cifs_precopy_set_eof() argument 1284 netfs_resize_file(&src_cifsi->netfs, src_end, true); in cifs_precopy_set_eof() 1285 fscache_resize_cookie(cifs_inode_cookie(src_inode), src_end); in cifs_precopy_set_eof()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 4402 unsigned long src_end = src_offset + len - 1; in memmove_extent_buffer() local 4426 src_i = get_eb_folio_index(dst, src_end); in memmove_extent_buffer() 4429 src_off_in_folio = get_eb_offset_in_folio(dst, src_end); in memmove_extent_buffer() 4436 use_memmove = areas_overlap(src_end - cur + 1, dst_end - cur + 1, in memmove_extent_buffer() 4443 src_end -= cur; in memmove_extent_buffer()
|
| H A D | send.c | 5955 const u64 src_end = clone_root->offset + clone_len; in clone_range() local 5976 if (src_end == clone_src_i_size && in clone_range() 5977 !IS_ALIGNED(src_end, sectorsize) && in clone_range() 5981 slen = ALIGN_DOWN(src_end - clone_root->offset, in clone_range()
|