Home
last modified time | relevance | path

Searched refs:src_objlen (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c2247 u32 src_objlen, dst_objlen; in ceph_do_objects_copy() local
2259 &src_objoff, &src_objlen); in ceph_do_objects_copy()
2316 u32 src_objlen, dst_objlen; in __ceph_copy_file_range() local
2405 &src_objnum, &src_objoff, &src_objlen); in __ceph_copy_file_range()
2417 * 'src_objlen' contains the bytes left until the end of the object, in __ceph_copy_file_range()
2421 dout("Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
2429 &dst_off, src_objlen, flags); in __ceph_copy_file_range()
2431 if (ret < (long)src_objlen) { in __ceph_copy_file_range()
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c2780 u32 src_objlen, dst_objlen; in ceph_do_objects_copy() local
2793 &src_objoff, &src_objlen); in ceph_do_objects_copy()
2855 u32 src_objlen, dst_objlen; in __ceph_copy_file_range() local
2949 &src_objnum, &src_objoff, &src_objlen); in __ceph_copy_file_range()
2961 * 'src_objlen' contains the bytes left until the end of the object, in __ceph_copy_file_range()
2965 dout("Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
2973 &dst_off, src_objlen, flags); in __ceph_copy_file_range()
2975 if (ret < (long)src_objlen) { in __ceph_copy_file_range()

Completed in 8 milliseconds