Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ceph/ |
| H A D | addr.c | 836 err = ceph_osdc_wait_request(osdc, req); in write_folio_nounlock() 2308 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2350 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2528 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2529 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| H A D | file.c | 1162 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1660 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1924 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2096 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2728 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 3048 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 582 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 4712 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4717 EXPORT_SYMBOL(ceph_osdc_wait_request); 4906 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5092 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5169 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 4852 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|