Lines Matching defs:src_got
2637 static int get_rd_wr_caps(struct file *src_filp, int *src_got,
2657 false, src_got);
2668 CEPH_CAP_FILE_SHARED, -1, src_got);
2672 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got);
2679 static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,
2682 ceph_put_cap_refs(src_ci, src_got);
2856 int src_got = 0, dst_got = 0, err, dirty;
2926 err = get_rd_wr_caps(src_file, &src_got,
2971 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);
2980 err = get_rd_wr_caps(src_file, &src_got,
3019 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);