Lines Matching refs:osdc

191 	struct ceph_osd_client *osdc = &fsc->client->osdc;  in ceph_do_readpage()  local
222 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, 0, 1, in ceph_do_readpage()
231 err = ceph_osdc_start_request(osdc, req, false); in ceph_do_readpage()
233 err = ceph_osdc_wait_request(osdc, req); in ceph_do_readpage()
330 struct ceph_osd_client *osdc = in start_read() local
331 &ceph_inode_to_client(inode)->client->osdc; in start_read()
385 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
430 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
609 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
650 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock()
666 err = ceph_osdc_start_request(osdc, req, true); in writepage_nounlock()
668 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
1071 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1078 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1169 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1779 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1789 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1791 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1796 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1831 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1833 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1950 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1968 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1993 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1996 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1999 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2001 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()