Searched refs:ceph_osdc_alloc_messages (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 547 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp);
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 702 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp) in ceph_osdc_alloc_messages() function 710 EXPORT_SYMBOL(ceph_osdc_alloc_messages); 1138 r = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_osdc_new_request() 3172 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger() 3244 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger_ping() 4829 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch() 4900 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack() 5083 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers() 5160 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
|
| /linux/drivers/block/ |
| H A D | rbd.c | 2103 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in rbd_object_map_update() 2785 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_read_object() 2987 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_write_object() 3033 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_empty_snapc() 3067 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_current_snapc() 4861 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in rbd_obj_read_sync()
|
| /linux/fs/ceph/ |
| H A D | addr.c | 2451 err = ceph_osdc_alloc_messages(rd_req, GFP_NOFS); in __ceph_pool_perm_get() 2467 err = ceph_osdc_alloc_messages(wr_req, GFP_NOFS); in __ceph_pool_perm_get()
|
| H A D | file.c | 1449 ret = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_aio_retry_work() 2876 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in ceph_alloc_copyfrom_request()
|