Lines Matching refs:osdc

381 	req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino,  in ceph_netfs_issue_read()
731 struct ceph_osd_client *osdc = &fsc->client->osdc; in write_folio_nounlock() local
781 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), in write_folio_nounlock()
821 ceph_osdc_start_request(osdc, req); in write_folio_nounlock()
822 err = ceph_osdc_wait_request(osdc, req); in write_folio_nounlock()
1429 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_submit_write()
1436 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_submit_write()
1585 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_submit_write()
2244 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
2254 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
2255 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
2260 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
2296 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
2297 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
2426 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2444 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2469 ceph_osdc_start_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2472 ceph_osdc_start_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
2474 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2475 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()