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()
494 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
535 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), page_off, &len, 0, 1, in writepage_nounlock()
551 err = ceph_osdc_start_request(osdc, req, true); in writepage_nounlock()
553 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
956 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
963 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1054 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1655 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1665 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1667 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1672 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1707 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1709 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1826 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1844 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
1869 err = ceph_osdc_start_request(&fsc->client->osdc, rd_req, false); in __ceph_pool_perm_get()
1872 err2 = ceph_osdc_start_request(&fsc->client->osdc, wr_req, false); in __ceph_pool_perm_get()
1875 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
1877 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()