Lines Matching defs:src_got
2154 static int get_rd_wr_caps(struct file *src_filp, int *src_got,
2174 false, src_got);
2185 CEPH_CAP_FILE_SHARED, -1, src_got, NULL);
2189 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got);
2196 static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,
2199 ceph_put_cap_refs(src_ci, src_got);
2317 int src_got = 0, dst_got = 0, err, dirty;
2383 err = get_rd_wr_caps(src_file, &src_got,
2427 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);
2436 err = get_rd_wr_caps(src_file, &src_got,
2476 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);