Lines Matching refs:osdc
966 struct ceph_osd_client *osdc = &fsc->client->osdc; in __ceph_sync_read() local
1011 req = ceph_osdc_new_request(osdc, &ci->i_layout, in __ceph_sync_read()
1050 ceph_osdc_start_request(osdc, req); in __ceph_sync_read()
1051 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read()
1440 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1518 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1614 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_write() local
1706 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write()
1769 ceph_osdc_start_request(osdc, req); in ceph_sync_write()
1770 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write()
1900 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write()
1937 ceph_osdc_start_request(osdc, req); in ceph_sync_write()
1938 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write()
2232 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter() local
2285 down_read(&osdc->lock); in ceph_write_iter()
2286 map_flags = osdc->osdmap->flags; in ceph_write_iter()
2287 pool_flags = ceph_pg_pool_flags(osdc->osdmap, ci->i_layout.pool_id); in ceph_write_iter()
2288 up_read(&osdc->lock); in ceph_write_iter()
2481 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
2493 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2494 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2719 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request() argument
2736 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_alloc_copyfrom_request()
2773 struct ceph_osd_client *osdc; in ceph_do_objects_copy() local
2785 osdc = &fsc->client->osdc; in ceph_do_objects_copy()
2801 req = ceph_alloc_copyfrom_request(osdc, src_ci->i_vino.snap, in ceph_do_objects_copy()
2809 ceph_osdc_start_request(osdc, req); in ceph_do_objects_copy()
2810 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()