Searched refs:ceph_osdc_alloc_messages (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osd_client.h | 463 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp);
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 609 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp) in ceph_osdc_alloc_messages() function 661 EXPORT_SYMBOL(ceph_osdc_alloc_messages); 1041 r = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_osdc_new_request() 4480 if (ceph_osdc_alloc_messages(req, GFP_NOIO)) { in alloc_linger_request() 4577 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch() 4644 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack() 4884 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers() 4961 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
|
/Linux-v4.19/fs/ceph/ |
D | addr.c | 1909 err = ceph_osdc_alloc_messages(rd_req, GFP_NOFS); in __ceph_pool_perm_get() 1925 err = ceph_osdc_alloc_messages(wr_req, GFP_NOFS); in __ceph_pool_perm_get()
|
D | file.c | 880 ret = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_aio_retry_work()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1503 if (ceph_osdc_alloc_messages(req, GFP_NOIO)) in rbd_osd_req_create() 3787 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in rbd_obj_read_sync()
|