Lines Matching refs:osdc
183 struct ceph_osd_client *osdc = in ceph_do_readpage() local
184 &ceph_inode_to_client(inode)->client->osdc; in ceph_do_readpage()
213 err = ceph_osdc_readpages(osdc, ceph_vino(inode), &ci->i_layout, in ceph_do_readpage()
298 struct ceph_osd_client *osdc = in start_read() local
299 &ceph_inode_to_client(inode)->client->osdc; in start_read()
353 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
398 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
619 err = ceph_osdc_writepages(&fsc->client->osdc, ceph_vino(inode), in writepage_nounlock()
1031 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1038 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1129 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1721 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1731 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1733 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1738 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1773 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1775 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1888 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1906 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1931 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1934 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1937 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1939 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()