Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ceph/
Dfile.c1852 loff_t dst_endoff, int *dst_got) in get_rd_wr_caps() argument
1859 dst_endoff, dst_got, NULL); in get_rd_wr_caps()
1873 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps()
1893 struct ceph_inode_info *dst_ci, int dst_got) in put_rd_wr_caps() argument
1896 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps()
1950 int src_got = 0, dst_got = 0, err, dirty; in __ceph_copy_file_range() local
2015 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
2064 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()
2073 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range()
2144 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range()