Lines Matching refs:osdc
589 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_read() local
619 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_read()
658 ret = ceph_osdc_start_request(osdc, req, false); in ceph_sync_read()
660 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read()
976 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1048 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1172 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
1217 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_write()
1219 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1481 if (ceph_osdmap_flag(&fsc->client->osdc, CEPH_OSDMAP_FULL)) { in ceph_write_iter()
1573 if (ceph_osdmap_flag(&fsc->client->osdc, CEPH_OSDMAP_NEARFULL)) in ceph_write_iter()
1702 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
1714 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_zero_partial_object()
1716 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2097 &src_fsc->client->osdc, in __ceph_copy_file_range()