Searched refs:ceph_osdc_alloc_messages (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ceph/ |
D | osd_client.h | 484 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp);
|
/Linux-v5.10/net/ceph/ |
D | osd_client.c | 734 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp) in ceph_osdc_alloc_messages() function 742 EXPORT_SYMBOL(ceph_osdc_alloc_messages); 1132 r = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_osdc_new_request() 4683 if (ceph_osdc_alloc_messages(req, GFP_NOIO)) { in alloc_watch_request() 4772 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch() 4843 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack() 4948 ret = ceph_osdc_alloc_messages(lreq->reg_req, GFP_NOIO); in ceph_osdc_notify() 5095 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers() 5172 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call() 5378 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in ceph_osdc_copy_from()
|
/Linux-v5.10/drivers/block/ |
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() 4836 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in rbd_obj_read_sync()
|
/Linux-v5.10/fs/ceph/ |
D | addr.c | 1964 err = ceph_osdc_alloc_messages(rd_req, GFP_NOFS); in __ceph_pool_perm_get() 1980 err = ceph_osdc_alloc_messages(wr_req, GFP_NOFS); in __ceph_pool_perm_get()
|
D | file.c | 1142 ret = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_aio_retry_work()
|