Searched refs:ceph_osd_client (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/include/linux/ceph/ |
D | osd_client.h | 16 struct ceph_osd_client; 29 struct ceph_osd_client *o_osdc; 67 struct ceph_osd_client *r_osdc; 99 struct ceph_osd_client *osdc; 116 struct ceph_osd_client { struct 196 extern int ceph_osdc_init(struct ceph_osd_client *osdc, 198 extern void ceph_osdc_stop(struct ceph_osd_client *osdc); 200 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc, 202 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc, 205 extern void ceph_calc_raw_layout(struct ceph_osd_client *osdc, [all …]
|
D | libceph.h | 136 struct ceph_osd_client osdc;
|
/linux-2.6.39/net/ceph/ |
D | osd_client.c | 26 static void send_queued(struct ceph_osd_client *osdc); 27 static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd); 28 static void __register_request(struct ceph_osd_client *osdc, 30 static void __unregister_linger_request(struct ceph_osd_client *osdc, 32 static int __send_request(struct ceph_osd_client *osdc, 55 void ceph_calc_raw_layout(struct ceph_osd_client *osdc, in ceph_calc_raw_layout() 115 static void calc_layout(struct ceph_osd_client *osdc, in calc_layout() 185 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request() 441 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request() 496 static void __insert_request(struct ceph_osd_client *osdc, in __insert_request() [all …]
|
D | debugfs.c | 120 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
|
/linux-2.6.39/fs/ceph/ |
D | addr.c | 197 struct ceph_osd_client *osdc = in readpage_nounlock() 270 struct ceph_osd_client *osdc = in ceph_readpages() 372 struct ceph_osd_client *osdc; in writepage_nounlock()
|
D | ioctl.c | 165 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
|
D | file.c | 692 struct ceph_osd_client *osdc = in ceph_aio_write()
|
/linux-2.6.39/drivers/block/ |
D | rbd.c | 1214 struct ceph_osd_client *osdc = &dev->client->osdc; in rbd_req_sync_watch() 1272 struct ceph_osd_client *osdc = &dev->client->osdc; in rbd_req_sync_notify() 2128 struct ceph_osd_client *osdc; in rbd_add()
|