Lines Matching refs:osdc
370 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, vino, in ceph_netfs_issue_read()
372 CEPH_OSD_FLAG_READ | fsc->client->osdc.client->options->read_from_replica, in ceph_netfs_issue_read()
668 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock() local
715 req = ceph_osdc_new_request(osdc, &ci->i_layout, ceph_vino(inode), in writepage_nounlock()
754 ceph_osdc_start_request(osdc, req); in writepage_nounlock()
755 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock()
1206 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1213 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
1331 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_writepages_start()
1869 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1879 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
1880 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1885 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1921 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_uninline_data()
1922 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
2050 rd_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2068 wr_req = ceph_osdc_alloc_request(&fsc->client->osdc, NULL, in __ceph_pool_perm_get()
2093 ceph_osdc_start_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2096 ceph_osdc_start_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
2098 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get()
2099 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()