Lines Matching refs:osdc

1055 	struct ceph_osd_client *osdc = &fsc->client->osdc;  in __ceph_sync_read()  local
1102 req = ceph_osdc_new_request(osdc, &ci->i_layout, in __ceph_sync_read()
1142 ceph_osdc_start_request(osdc, req); in __ceph_sync_read()
1143 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read()
1541 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_direct_read_write()
1621 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write()
1718 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_write() local
1810 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write()
1873 ceph_osdc_start_request(osdc, req); in ceph_sync_write()
1874 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write()
2003 req = ceph_osdc_new_request(osdc, &ci->i_layout, in ceph_sync_write()
2040 ceph_osdc_start_request(osdc, req); in ceph_sync_write()
2041 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write()
2339 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter() local
2392 down_read(&osdc->lock); in ceph_write_iter()
2393 map_flags = osdc->osdmap->flags; in ceph_write_iter()
2394 pool_flags = ceph_pg_pool_flags(osdc->osdmap, ci->i_layout.pool_id); in ceph_write_iter()
2395 up_read(&osdc->lock); in ceph_write_iter()
2589 req = ceph_osdc_new_request(&fsc->client->osdc, &ci->i_layout, in ceph_zero_partial_object()
2601 ceph_osdc_start_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2602 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
2829 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request() argument
2846 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_KERNEL); in ceph_alloc_copyfrom_request()
2883 struct ceph_osd_client *osdc; in ceph_do_objects_copy() local
2896 osdc = &fsc->client->osdc; in ceph_do_objects_copy()
2912 req = ceph_alloc_copyfrom_request(osdc, src_ci->i_vino.snap, in ceph_do_objects_copy()
2920 ceph_osdc_start_request(osdc, req); in ceph_do_objects_copy()
2921 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()