Searched refs:ceph_osdc_wait_request (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ceph/ |
H A D | addr.c | 778 err = ceph_osdc_wait_request(osdc, req); in writepage_nounlock() 1921 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 1963 err = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_uninline_data() 2140 err = ceph_osdc_wait_request(&fsc->client->osdc, rd_req); in __ceph_pool_perm_get() 2141 err2 = ceph_osdc_wait_request(&fsc->client->osdc, wr_req); in __ceph_pool_perm_get()
|
H A D | file.c | 1143 ret = ceph_osdc_wait_request(osdc, req); in __ceph_sync_read() 1621 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_direct_read_write() 1874 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2042 ret = ceph_osdc_wait_request(osdc, req); in ceph_sync_write() 2603 ret = ceph_osdc_wait_request(&fsc->client->osdc, req); in ceph_zero_partial_object() 2922 ret = ceph_osdc_wait_request(osdc, req); in ceph_do_objects_copy()
|
/linux/include/linux/ceph/ |
H A D | osd_client.h | 588 extern int ceph_osdc_wait_request(struct ceph_osd_client *osdc,
|
/linux/net/ceph/ |
H A D | osd_client.c | 4727 int ceph_osdc_wait_request(struct ceph_osd_client *osdc, in ceph_osdc_wait_request() function 4732 EXPORT_SYMBOL(ceph_osdc_wait_request); 4921 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_notify_ack() 5104 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_list_watchers() 5181 ret = ceph_osdc_wait_request(osdc, req); in ceph_osdc_call()
|