src_got          1863 fs/ceph/file.c static int get_rd_wr_caps(struct file *src_filp, int *src_got,
src_got          1883 fs/ceph/file.c 				false, src_got);
src_got          1894 fs/ceph/file.c 				    CEPH_CAP_FILE_SHARED, -1, src_got, NULL);
src_got          1898 fs/ceph/file.c 		ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got);
src_got          1905 fs/ceph/file.c static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,
src_got          1908 fs/ceph/file.c 	ceph_put_cap_refs(src_ci, src_got);
src_got          1963 fs/ceph/file.c 	int src_got = 0, dst_got = 0, err, dirty;
src_got          2027 fs/ceph/file.c 	err = get_rd_wr_caps(src_file, &src_got,
src_got          2077 fs/ceph/file.c 		put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);
src_got          2085 fs/ceph/file.c 		err = get_rd_wr_caps(src_file, &src_got,
src_got          2157 fs/ceph/file.c 	put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);