Lines Matching refs:osdc
191 struct ceph_osd_client *osdc = in ceph_do_readpage() local
192 &ceph_inode_to_client(inode)->client->osdc; in ceph_do_readpage()
221 err = ceph_osdc_readpages(osdc, ceph_vino(inode), &ci->i_layout, in ceph_do_readpage()
306 struct ceph_osd_client *osdc = in start_read() local
307 &ceph_inode_to_client(inode)->client->osdc; in start_read()
361 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
406 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
627 err = ceph_osdc_writepages(&fsc->client->osdc, ceph_vino(inode), in writepage_nounlock()
1038 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1045 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1136 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1728 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1738 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1740 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1745 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1780 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1782 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1895 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1913 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1938 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1941 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1944 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1946 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()