Lines Matching refs:osdc
183 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_do_readpage() local
214 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, 0, 1, in ceph_do_readpage()
223 err = ceph_osdc_start_request(osdc, req, false); in ceph_do_readpage()
225 err = ceph_osdc_wait_request(osdc, req); in ceph_do_readpage()
322 struct ceph_osd_client *osdc = in start_read() local
323 &ceph_inode_to_client(inode)->client->osdc; in start_read()
377 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
422 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
601 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
642 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock()
658 err = ceph_osdc_start_request(osdc, req, true); in writepage_nounlock()
660 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
1063 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1070 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1161 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1799 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1809 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1811 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1816 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1851 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1853 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1970 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1988 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2013 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
2016 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
2019 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2021 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()