Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ceph/
Dfile.c2777 u32 src_objlen, dst_objlen; in ceph_do_objects_copy() local
2790 &src_objoff, &src_objlen); in ceph_do_objects_copy()
2852 u32 src_objlen, dst_objlen; in __ceph_copy_file_range() local
2946 &src_objnum, &src_objoff, &src_objlen); in __ceph_copy_file_range()
2962 dout("Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
2970 &dst_off, src_objlen, flags); in __ceph_copy_file_range()
2972 if (ret < (long)src_objlen) { in __ceph_copy_file_range()