Searched refs:dst_got (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 2156 loff_t dst_endoff, int *dst_got) in get_rd_wr_caps() 2163 dst_endoff, dst_got, NULL); in get_rd_wr_caps() 2177 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 2197 struct ceph_inode_info *dst_ci, int dst_got) in put_rd_wr_caps() 2200 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps() 2317 int src_got = 0, dst_got = 0, err, dirty; in __ceph_copy_file_range() local 2384 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range() 2427 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range() 2437 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range() 2476 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range() 2154 get_rd_wr_caps(struct file *src_filp, int *src_got, struct file *dst_filp, loff_t dst_endoff, int *dst_got) get_rd_wr_caps() argument 2196 put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got, struct ceph_inode_info *dst_ci, int dst_got) put_rd_wr_caps() argument [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | file.c | 2639 loff_t dst_endoff, int *dst_got) in get_rd_wr_caps() 2646 dst_endoff, dst_got); in get_rd_wr_caps() 2660 ceph_put_cap_refs(ceph_inode(file_inode(dst_filp)), *dst_got); in get_rd_wr_caps() 2680 struct ceph_inode_info *dst_ci, int dst_got) in put_rd_wr_caps() 2683 ceph_put_cap_refs(dst_ci, dst_got); in put_rd_wr_caps() 2856 int src_got = 0, dst_got = 0, err, dirty; in __ceph_copy_file_range() local 2927 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range() 2971 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range() 2981 dst_file, (dst_off + len), &dst_got); in __ceph_copy_file_range() 3019 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got); in __ceph_copy_file_range() 2637 get_rd_wr_caps(struct file *src_filp, int *src_got, struct file *dst_filp, loff_t dst_endoff, int *dst_got) get_rd_wr_caps() argument 2679 put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got, struct ceph_inode_info *dst_ci, int dst_got) put_rd_wr_caps() argument [all...] |
Completed in 7 milliseconds