Lines Matching refs:src_off

2795 			   loff_t src_off, loff_t dst_off, size_t len)  in is_file_size_ok()  argument
2807 if (src_off + len > size) { in is_file_size_ok()
2808 doutc(cl, "Copy beyond EOF (%llu + %zu > %llu)\n", src_off, in is_file_size_ok()
2872 static ssize_t ceph_do_objects_copy(struct ceph_inode_info *src_ci, u64 *src_off, in ceph_do_objects_copy() argument
2895 ceph_calc_file_object_mapping(&src_ci->i_layout, *src_off, in ceph_do_objects_copy()
2937 *src_off += object_size; in ceph_do_objects_copy()
2947 static ssize_t __ceph_copy_file_range(struct file *src_file, loff_t src_off, in __ceph_copy_file_range() argument
3016 ret = file_write_and_wait_range(src_file, src_off, (src_off + len)); in __ceph_copy_file_range()
3040 ret = is_file_size_ok(src_inode, dst_inode, src_off, dst_off, len); in __ceph_copy_file_range()
3054 ceph_calc_file_object_mapping(&src_ci->i_layout, src_off, in __ceph_copy_file_range()
3079 ret = splice_file_range(src_file, &src_off, dst_file, &dst_off, in __ceph_copy_file_range()
3092 src_off, dst_off, len); in __ceph_copy_file_range()
3098 bytes = ceph_do_objects_copy(src_ci, &src_off, dst_ci, &dst_off, in __ceph_copy_file_range()
3134 bytes = splice_file_range(src_file, &src_off, dst_file, in __ceph_copy_file_range()
3148 static ssize_t ceph_copy_file_range(struct file *src_file, loff_t src_off, in ceph_copy_file_range() argument
3154 ret = __ceph_copy_file_range(src_file, src_off, dst_file, dst_off, in ceph_copy_file_range()
3158 ret = splice_copy_file_range(src_file, src_off, dst_file, in ceph_copy_file_range()