Home
last modified time | relevance | path

Searched refs:dst_offset (Results 1 – 7 of 7) sorted by relevance

/fs/nfs/
Dnfs42proc.c839 loff_t dst_offset, loff_t count) in _nfs42_proc_clone() argument
848 .dst_offset = dst_offset, in _nfs42_proc_clone()
884 loff_t src_offset, loff_t dst_offset, loff_t count) in nfs42_proc_clone() argument
918 src_offset, dst_offset, count); in nfs42_proc_clone()
Dnfs42xdr.c251 p = xdr_encode_hyper(p, args->dst_offset); in encode_clone()
/fs/btrfs/
Dextent_io.h471 unsigned long dst_offset, unsigned long src_offset,
473 void memcpy_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset,
475 void memmove_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset,
Dextent_io.c5745 unsigned long dst_offset, unsigned long src_offset, in copy_extent_buffer() argument
5754 unsigned long i = (start_offset + dst_offset) >> PAGE_SHIFT; in copy_extent_buffer()
5758 offset = offset_in_page(start_offset + dst_offset); in copy_extent_buffer()
5941 void memcpy_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset, in memcpy_extent_buffer() argument
5958 if (dst_offset + len > dst->len) { in memcpy_extent_buffer()
5961 dst_offset, len, dst->len); in memcpy_extent_buffer()
5966 dst_off_in_page = offset_in_page(start_offset + dst_offset); in memcpy_extent_buffer()
5969 dst_i = (start_offset + dst_offset) >> PAGE_SHIFT; in memcpy_extent_buffer()
5981 dst_offset += cur; in memcpy_extent_buffer()
5986 void memmove_extent_buffer(struct extent_buffer *dst, unsigned long dst_offset, in memmove_extent_buffer() argument
[all …]
Dtree-log.c3962 unsigned long dst_offset; in copy_items() local
4003 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0], in copy_items()
4020 copy_extent_buffer(dst_path->nodes[0], src, dst_offset, in copy_items()
Dctree.c750 struct extent_buffer *src, unsigned long dst_offset, in tree_mod_log_eb_copy() argument
781 tm_list_add[i] = alloc_tree_mod_elem(dst, i + dst_offset, in tree_mod_log_eb_copy()
/fs/ecryptfs/
Dcrypto.c1777 size_t dst_offset = 0; in ecryptfs_encode_for_filename() local
1817 dst[dst_offset++] = portable_filename_chars[dst_block[0]]; in ecryptfs_encode_for_filename()
1818 dst[dst_offset++] = portable_filename_chars[dst_block[1]]; in ecryptfs_encode_for_filename()
1819 dst[dst_offset++] = portable_filename_chars[dst_block[2]]; in ecryptfs_encode_for_filename()
1820 dst[dst_offset++] = portable_filename_chars[dst_block[3]]; in ecryptfs_encode_for_filename()