Lines Matching refs:osdc
256 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino, subreq->start, &len, in ceph_netfs_issue_op()
258 CEPH_OSD_FLAG_READ | fsc->client->osdc.client->options->read_from_replica, in ceph_netfs_issue_op()
493 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
534 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock()
550 err = ceph_osdc_start_request(osdc, req, true); in writepage_nounlock()
552 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
955 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
962 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1053 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1654 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1664 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1666 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1671 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1706 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1708 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1825 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1843 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1868 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1871 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1874 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1876 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()