Lines Matching refs:dst_off

2693 			   loff_t src_off, loff_t dst_off, size_t len)  in is_file_size_ok()  argument
2711 endoff = dst_off + len; in is_file_size_ok()
2770 struct ceph_inode_info *dst_ci, u64 *dst_off, in ceph_do_objects_copy() argument
2794 ceph_calc_file_object_mapping(&dst_ci->i_layout, *dst_off, in ceph_do_objects_copy()
2833 *dst_off += object_size; in ceph_do_objects_copy()
2843 struct file *dst_file, loff_t dst_off, in __ceph_copy_file_range() argument
2915 ret = file_write_and_wait_range(dst_file, dst_off, (dst_off + len)); in __ceph_copy_file_range()
2927 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
2934 ret = is_file_size_ok(src_inode, dst_inode, src_off, dst_off, len); in __ceph_copy_file_range()
2941 dst_off >> PAGE_SHIFT, in __ceph_copy_file_range()
2942 (dst_off + len) >> PAGE_SHIFT); in __ceph_copy_file_range()
2950 ceph_calc_file_object_mapping(&dst_ci->i_layout, dst_off, in __ceph_copy_file_range()
2973 &dst_off, src_objlen, flags); in __ceph_copy_file_range()
2981 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
2985 src_off, dst_off, len); in __ceph_copy_file_range()
2991 bytes = ceph_do_objects_copy(src_ci, &src_off, dst_ci, &dst_off, in __ceph_copy_file_range()
3005 if (dst_off > size) { in __ceph_copy_file_range()
3007 if (ceph_inode_set_size(dst_inode, dst_off) || in __ceph_copy_file_range()
3008 ceph_quota_is_max_bytes_approaching(dst_inode, dst_off)) in __ceph_copy_file_range()
3028 &dst_off, len, flags); in __ceph_copy_file_range()
3042 struct file *dst_file, loff_t dst_off, in ceph_copy_file_range() argument
3047 ret = __ceph_copy_file_range(src_file, src_off, dst_file, dst_off, in ceph_copy_file_range()
3052 dst_off, len, flags); in ceph_copy_file_range()