Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dfile.c2898 u32 src_objlen, dst_objlen; in ceph_do_objects_copy() local
2912 &src_objoff, &src_objlen); in ceph_do_objects_copy()
2976 u32 src_objlen, dst_objlen; in __ceph_copy_file_range() local
3071 &src_objnum, &src_objoff, &src_objlen); in __ceph_copy_file_range()
3087 doutc(cl, "Initial partial copy of %u bytes\n", src_objlen); in __ceph_copy_file_range()
3095 src_objlen); in __ceph_copy_file_range()
3097 if (ret < (long)src_objlen) { in __ceph_copy_file_range()