Lines Matching defs:src_got
2754 static int get_rd_wr_caps(struct file *src_filp, int *src_got,
2774 false, src_got);
2785 CEPH_CAP_FILE_SHARED, -1, src_got);
2789 ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got);
2796 static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,
2799 ceph_put_cap_refs(src_ci, src_got);
2977 int src_got = 0, dst_got = 0, err, dirty;
3047 err = get_rd_wr_caps(src_file, &src_got,
3093 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);
3102 err = get_rd_wr_caps(src_file, &src_got,
3141 put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);