Searched refs:ceph_osd_client (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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 | 132 struct ceph_osd_client osdc;
|
/linux-4.1.27/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, 356 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() 753 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() 819 static void __insert_request(struct ceph_osd_client *osdc, in __insert_request() 841 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.1.27/drivers/block/ |
D | rbd.c | 1553 static int rbd_obj_request_submit(struct ceph_osd_client *osdc, in rbd_obj_request_submit() 1917 struct ceph_osd_client *osdc; in rbd_osd_req_create() 1967 struct ceph_osd_client *osdc; in rbd_osd_req_create_copyup() 2570 struct ceph_osd_client *osdc; in rbd_img_obj_parent_read_full_callback() 2607 struct ceph_osd_client *osdc; in rbd_img_obj_parent_read_full_callback() 2789 struct ceph_osd_client *osdc; in rbd_img_obj_exists_callback() 2826 struct ceph_osd_client *osdc; in rbd_img_obj_exists_submit() 2929 struct ceph_osd_client *osdc; in rbd_img_obj_request_submit() 2994 struct ceph_osd_client *osdc; in rbd_img_parent_read_callback() 3075 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_obj_notify_ack_sync() [all …]
|
/linux-4.1.27/fs/ceph/ |
D | ioctl.c | 183 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
|
D | addr.c | 192 struct ceph_osd_client *osdc = in readpage_nounlock() 309 struct ceph_osd_client *osdc = in start_read() 476 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 | 942 struct ceph_osd_client *osdc = in ceph_write_iter() 1256 struct ceph_osd_client *osdc = in ceph_fallocate()
|