Searched refs:ceph_osdc_alloc_messages (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ceph/ ! |
D | osd_client.h | 495 int ceph_osdc_alloc_messages(struct ceph_osd_request *req, gfp_t gfp);
|
/linux-6.1.9/net/ceph/ ! |
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() 3106 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger() 3178 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in send_linger_ping() 4752 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_unwatch() 4823 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_notify_ack() 5039 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_list_watchers() 5116 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in ceph_osdc_call()
|
/linux-6.1.9/drivers/block/ ! |
D | rbd.c | 2080 ret = ceph_osdc_alloc_messages(req, GFP_NOIO); in rbd_object_map_update() 2767 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_read_object() 2969 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_write_object() 3015 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_empty_snapc() 3049 ret = ceph_osdc_alloc_messages(osd_req, GFP_NOIO); in rbd_obj_copyup_current_snapc() 4767 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in rbd_obj_read_sync()
|
/linux-6.1.9/fs/ceph/ ! |
D | addr.c | 1877 err = ceph_osdc_alloc_messages(rd_req, GFP_NOFS); in __ceph_pool_perm_get() 1893 err = ceph_osdc_alloc_messages(wr_req, GFP_NOFS); in __ceph_pool_perm_get()
|
D | file.c | 1234 ret = ceph_osdc_alloc_messages(req, GFP_NOFS); in ceph_aio_retry_work() 2277 ret = ceph_osdc_alloc_messages(req, GFP_KERNEL); in ceph_alloc_copyfrom_request()
|