Searched refs:ceph_osdc_alloc_messages (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osd_client.c | 697 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp) in ceph_osdc_alloc_messages() function 705 EXPORT_SYMBOL(ceph_osdc_alloc_messages); 1111 r = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_osdc_new_request() 3102 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger() 3174 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger_ping() 4744 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch() 4815 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack() 5031 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers() 5108 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call() 5314 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in ceph_osdc_copy_from()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | osd_client.h | 487 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp);
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 2143 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in rbd_object_map_update() 2830 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_read_object() 3032 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_write_object() 3079 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_empty_snapc() 3113 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_current_snapc() 4828 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in rbd_obj_read_sync()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 1984 err = ceph_osdc_alloc_messages(rd_req, GFP_NOFS); in __ceph_pool_perm_get() 2000 err = ceph_osdc_alloc_messages(wr_req, GFP_NOFS); in __ceph_pool_perm_get()
|
| H A D | file.c | 1179 ret = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_aio_retry_work()
|