Searched refs:ceph_osdc_alloc_request (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ceph/ |
| H A D | osd_client.h | 542 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc,
|
| /linux/net/ceph/ |
| H A D | osd_client.c | 544 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() function 574 EXPORT_SYMBOL(ceph_osdc_alloc_request); 1077 req = ceph_osdc_alloc_request(osdc, snapc, num_ops, use_mempool, in ceph_osdc_new_request() 3142 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger() 3236 req = ceph_osdc_alloc_request(osdc, NULL, 1, true, GFP_NOIO); in send_linger_ping() 4818 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_unwatch() 4887 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_notify_ack() 5064 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_list_watchers() 5141 req = ceph_osdc_alloc_request(osdc, NULL, 1, false, GFP_NOIO); in ceph_osdc_call()
|