Searched refs:ceph_osd_client (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | osd_client.h | 18 struct ceph_osd_client; 31 struct ceph_osd_client *o_osdc; 156 struct ceph_osd_client *r_osdc; 186 struct ceph_osd_client *osdc; 202 struct ceph_osd_client { struct 242 extern int ceph_osdc_init(struct ceph_osd_client *osdc, argument 244 extern void ceph_osdc_stop(struct ceph_osd_client *osdc); 246 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc, 248 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc, 316 extern struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, [all …]
|
D | libceph.h | 131 struct ceph_osd_client osdc;
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 29 static void __send_queued(struct ceph_osd_client *osdc); 30 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd); 31 static void __register_request(struct ceph_osd_client *osdc, 33 static void __unregister_request(struct ceph_osd_client *osdc, 35 static void __unregister_linger_request(struct ceph_osd_client *osdc, 38 static void __send_request(struct ceph_osd_client *osdc, 362 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() 769 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() 835 static void __insert_request(struct ceph_osd_client *osdc, in __insert_request() 857 static struct ceph_osd_request *__lookup_request(struct ceph_osd_client *osdc, in __lookup_request() [all …]
|
D | debugfs.c | 144 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1555 static int rbd_obj_request_submit(struct ceph_osd_client *osdc, in rbd_obj_request_submit() 1938 struct ceph_osd_client *osdc; in rbd_osd_req_create() 1988 struct ceph_osd_client *osdc; in rbd_osd_req_create_copyup() 2594 struct ceph_osd_client *osdc; in rbd_img_obj_parent_read_full_callback() 2631 struct ceph_osd_client *osdc; in rbd_img_obj_parent_read_full_callback() 2813 struct ceph_osd_client *osdc; in rbd_img_obj_exists_callback() 2850 struct ceph_osd_client *osdc; in rbd_img_obj_exists_submit() 2953 struct ceph_osd_client *osdc; in rbd_img_obj_request_submit() 3018 struct ceph_osd_client *osdc; in rbd_img_parent_read_callback() 3099 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_obj_notify_ack_sync() [all …]
|
/linux-4.4.14/fs/ceph/ |
D | ioctl.c | 183 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
|
D | addr.c | 196 struct ceph_osd_client *osdc = in readpage_nounlock() 313 struct ceph_osd_client *osdc = in start_read() 480 struct ceph_osd_client *osdc; in writepage_nounlock()
|
D | xattr.c | 72 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout() 140 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout_pool()
|
D | file.c | 1003 struct ceph_osd_client *osdc = in ceph_write_iter() 1347 struct ceph_osd_client *osdc = in ceph_fallocate()
|