Searched refs:src_got (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/ceph/ | 
| D | file.c | 1850 static int get_rd_wr_caps(struct file *src_filp, int *src_got,  in get_rd_wr_caps()  argument1870 				false, src_got);  in get_rd_wr_caps()
 1881 				    CEPH_CAP_FILE_SHARED, -1, src_got, NULL);  in get_rd_wr_caps()
 1885 		ceph_put_cap_refs(ceph_inode(file_inode(src_filp)), *src_got);  in get_rd_wr_caps()
 1892 static void put_rd_wr_caps(struct ceph_inode_info *src_ci, int src_got,  in put_rd_wr_caps()  argument
 1895 	ceph_put_cap_refs(src_ci, src_got);  in put_rd_wr_caps()
 1950 	int src_got = 0, dst_got = 0, err, dirty;  in __ceph_copy_file_range()  local
 2014 	err = get_rd_wr_caps(src_file, &src_got,  in __ceph_copy_file_range()
 2064 		put_rd_wr_caps(src_ci, src_got, dst_ci, dst_got);  in __ceph_copy_file_range()
 2072 		err = get_rd_wr_caps(src_file, &src_got,  in __ceph_copy_file_range()
 [all …]
 
 |