Lines Matching refs:osdc

319 	req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino, subreq->start, &len,  in ceph_netfs_issue_read()
321 CEPH_OSD_FLAG_READ | fsc->client->osdc.client->options->read_from_replica, in ceph_netfs_issue_read()
560 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
602 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock()
622 ceph_osdc_start_request(osdc, req); in writepage_nounlock()
623 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
1040 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1047 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1151 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_writepages_start()
1682 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1692 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
1693 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1698 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1734 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
1735 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1863 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1881 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1906 ceph_osdc_start_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1909 ceph_osdc_start_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
1911 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1912 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()