Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dosd_client.h16 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 …]
Dlibceph.h136 struct ceph_osd_client osdc;
/linux-2.6.39/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 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 …]
Ddebugfs.c120 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
/linux-2.6.39/fs/ceph/
Daddr.c197 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()
Dioctl.c165 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
Dfile.c692 struct ceph_osd_client *osdc = in ceph_aio_write()
/linux-2.6.39/drivers/block/
Drbd.c1214 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()