Lines Matching refs:osdc

221 	err = ceph_osdc_readpages(&fsc->client->osdc, ceph_vino(inode),  in ceph_do_readpage()
310 struct ceph_osd_client *osdc = in start_read() local
311 &ceph_inode_to_client(inode)->client->osdc; in start_read()
365 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
410 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
631 err = ceph_osdc_writepages(&fsc->client->osdc, ceph_vino(inode), in writepage_nounlock()
1029 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1036 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1127 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1720 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1730 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1732 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1737 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1772 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1774 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1887 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1905 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1930 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1933 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1936 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1938 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()