Lines Matching refs:osdc
192 struct ceph_osd_client *osdc = in readpage_nounlock() local
193 &ceph_inode_to_client(inode)->client->osdc; in readpage_nounlock()
222 err = ceph_osdc_readpages(osdc, ceph_vino(inode), &ci->i_layout, in readpage_nounlock()
309 struct ceph_osd_client *osdc = in start_read() local
310 &ceph_inode_to_client(inode)->client->osdc; in start_read()
339 req = ceph_osdc_new_request(osdc, &ci->i_layout, vino, off, &len, in start_read()
378 ret = ceph_osdc_start_request(osdc, req, false); in start_read()
476 struct ceph_osd_client *osdc; in writepage_nounlock() local
493 osdc = &fsc->client->osdc; in writepage_nounlock()
538 err = ceph_osdc_writepages(osdc, ceph_vino(inode), in writepage_nounlock()
871 req = ceph_osdc_new_request(&fsc->client->osdc, in ceph_writepages_start()
968 rc = ceph_osdc_start_request(&fsc->client->osdc, req, true); in ceph_writepages_start()
1508 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1520 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1522 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()
1527 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_uninline_data()
1564 err = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_uninline_data()
1566 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data()