Lines Matching refs:osdc

928 	struct ceph_osd_client *osdc = &fsc->client->osdc;  in ceph_sync_read()  local
960 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_read()
983 ceph_osdc_start_request(osdc, req); in ceph_sync_read()
984 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read()
1314 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1385 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1516 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
1561 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_sync_write()
1562 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1762 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter() local
1818 down_read(&osdc->lock); in ceph_write_iter()
1819 map_flags = osdc->osdmap->flags; in ceph_write_iter()
1820 pool_flags = ceph_pg_pool_flags(osdc->osdmap, ci->i_layout.pool_id); in ceph_write_iter()
1821 up_read(&osdc->lock); in ceph_write_iter()
2014 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
2026 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2027 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2241 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request() argument
2258 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_alloc_copyfrom_request()
2295 struct ceph_osd_client *osdc; in ceph_do_objects_copy() local
2307 osdc = &fsc->client->osdc; in ceph_do_objects_copy()
2323 req = ceph_alloc_copyfrom_request(osdc, src_ci->i_vino.snap, in ceph_do_objects_copy()
2331 ceph_osdc_start_request(osdc, req); in ceph_do_objects_copy()
2332 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()