Home
last modified time | relevance | path

Searched refs:ceph_osd_client (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dosd_client.h23 struct ceph_osd_client;
36 struct ceph_osd_client *o_osdc;
72 struct ceph_osd_client *r_osdc;
104 struct ceph_osd_client *osdc;
121 struct ceph_osd_client { struct
201 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
203 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
205 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
207 extern void ceph_osdc_handle_map(struct ceph_osd_client *osdc,
210 extern int ceph_calc_raw_layout(struct ceph_osd_client *osdc,
[all …]
Dlibceph.h135 struct ceph_osd_client osdc;
/linux-3.4.99/net/ceph/
Dosd_client.c26 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 void __send_request(struct ceph_osd_client *osdc,
55 int ceph_calc_raw_layout(struct ceph_osd_client *osdc, in ceph_calc_raw_layout()
118 static int calc_layout(struct ceph_osd_client *osdc, in calc_layout()
192 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request()
450 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request()
509 static void __insert_request(struct ceph_osd_client *osdc, in __insert_request()
[all …]
Ddebugfs.c120 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
/linux-3.4.99/fs/ceph/
Daddr.c200 struct ceph_osd_client *osdc = in readpage_nounlock()
288 struct ceph_osd_client *osdc = in start_read()
441 struct ceph_osd_client *osdc; in writepage_nounlock()
Dioctl.c191 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
Dfile.c705 struct ceph_osd_client *osdc = in ceph_aio_write()
/linux-3.4.99/drivers/block/
Drbd.c894 struct ceph_osd_client *osdc; in rbd_do_request()
1261 struct ceph_osd_client *osdc = &dev->rbd_client->client->osdc; in rbd_req_sync_watch()
2291 struct ceph_osd_client *osdc; in rbd_add()