Searched refs:ceph_osdc_wait_request (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 225 err = ceph_osdc_wait_request(osdc, req); in ceph_do_readpage() 660 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1811 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1853 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2019 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2021 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
| H A D | file.c | 930 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_read() 1327 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1505 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_sync_write() 2020 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | osd_client.h | 506 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osd_client.c | 4626 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4631 EXPORT_SYMBOL(ceph_osdc_wait_request); 4820 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5036 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5113 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call() 5319 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_copy_from()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 4833 ret = ceph_osdc_wait_request(osdc, req); in rbd_obj_read_sync()
|