Lines Matching refs:osdc

858 	struct ceph_osd_client *osdc = &fsc->client->osdc;  in ceph_sync_read()  local
890 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_read()
913 ret = ceph_osdc_start_request(osdc, req, false); in ceph_sync_read()
915 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read()
1242 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1314 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1445 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_sync_write()
1490 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_sync_write()
1492 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write()
1691 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter() local
1747 down_read(&osdc->lock); in ceph_write_iter()
1748 map_flags = osdc->osdmap->flags; in ceph_write_iter()
1749 pool_flags = ceph_pg_pool_flags(osdc->osdmap, ci->i_layout.pool_id); in ceph_write_iter()
1750 up_read(&osdc->lock); in ceph_write_iter()
1992 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
2004 ret = ceph_osdc_start_request(&fsc->client->osdc, req, false); in ceph_zero_partial_object()
2006 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2227 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request() argument
2244 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_alloc_copyfrom_request()
2281 struct ceph_osd_client *osdc; in ceph_do_objects_copy() local
2293 osdc = &fsc->client->osdc; in ceph_do_objects_copy()
2309 req = ceph_alloc_copyfrom_request(osdc, src_ci->i_vino.snap, in ceph_do_objects_copy()
2317 ceph_osdc_start_request(osdc, req, false); in ceph_do_objects_copy()
2318 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()