Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dfile.c2199 struct ceph_inode_info *dst_ci, int dst_got) in put_rd_wr_caps() argument
2202 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
2289 struct ceph_inode_info *dst_ci, u64 *dst_off, in ceph_do_objects_copy() argument
2305 dst_oloc.pool = dst_ci->i_layout.pool_id; in ceph_do_objects_copy()
2306 dst_oloc.pool_ns = ceph_try_get_string(dst_ci->i_layout.pool_ns); in ceph_do_objects_copy()
2313 ceph_calc_file_object_mapping(&dst_ci->i_layout, *dst_off, in ceph_do_objects_copy()
2321 dst_ci->i_vino.ino, dst_objnum); in ceph_do_objects_copy()
2326 dst_ci->i_truncate_seq, in ceph_do_objects_copy()
2327 dst_ci->i_truncate_size); in ceph_do_objects_copy()
2368 struct ceph_inode_info *dst_ci = ceph_inode(dst_inode); in __ceph_copy_file_range() local
[all …]