Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosd_client.h23 struct ceph_osd_client;
35 struct ceph_osd_client *o_osdc;
199 struct ceph_osd_client *r_osdc;
253 struct ceph_osd_client *osdc;
347 struct ceph_osd_client { struct
381 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag() argument
389 extern int ceph_osdc_init(struct ceph_osd_client *osdc,
391 extern void ceph_osdc_stop(struct ceph_osd_client *osdc);
392 extern void ceph_osdc_reopen_osds(struct ceph_osd_client *osdc);
394 extern void ceph_osdc_handle_reply(struct ceph_osd_client *osdc,
[all …]
Dcls_lock_client.h27 int ceph_cls_lock(struct ceph_osd_client *osdc,
32 int ceph_cls_unlock(struct ceph_osd_client *osdc,
36 int ceph_cls_break_lock(struct ceph_osd_client *osdc,
41 int ceph_cls_set_cookie(struct ceph_osd_client *osdc,
49 int ceph_cls_lock_info(struct ceph_osd_client *osdc,
Dlibceph.h144 struct ceph_osd_client osdc;
/linux-6.1.9/net/ceph/
Dosd_client.c69 static inline void verify_osdc_locked(struct ceph_osd_client *osdc) in verify_osdc_locked()
73 static inline void verify_osdc_wrlocked(struct ceph_osd_client *osdc) in verify_osdc_wrlocked()
79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked()
90 static inline void verify_osdc_locked(struct ceph_osd_client *osdc) { } in verify_osdc_locked()
91 static inline void verify_osdc_wrlocked(struct ceph_osd_client *osdc) { } in verify_osdc_wrlocked()
540 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request()
581 struct ceph_osd_client *osdc = req->r_osdc; in __ceph_osdc_alloc_messages()
1043 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request()
1132 static void for_each_request(struct ceph_osd_client *osdc, in DEFINE_RB_FUNCS()
1209 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
[all …]
Dcls_lock_client.c25 int ceph_cls_lock(struct ceph_osd_client *osdc, in ceph_cls_lock()
93 int ceph_cls_unlock(struct ceph_osd_client *osdc, in ceph_cls_unlock()
144 int ceph_cls_break_lock(struct ceph_osd_client *osdc, in ceph_cls_break_lock()
190 int ceph_cls_set_cookie(struct ceph_osd_client *osdc, in ceph_cls_set_cookie()
334 int ceph_cls_lock_info(struct ceph_osd_client *osdc, in ceph_cls_lock_info()
Ddebugfs.c58 struct ceph_osd_client *osdc = &client->osdc; in osdmap_show()
345 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
/linux-6.1.9/drivers/block/
Drbd.c1412 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_obj_add_osd_request()
1707 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_object_map_lock()
1765 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_object_map_unlock()
1804 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_object_map_load()
2038 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_object_map_update()
3646 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_lock()
3669 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_unlock()
3692 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_notify_op_lock()
3834 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in get_lock_owner_info()
3881 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in find_watcher()
[all …]
/linux-6.1.9/fs/ceph/
Dioctl.c184 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
Dxattr.c61 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout()
165 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout_pool()
1068 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_setxattr()
Dfile.c928 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_read()
1762 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter()
2241 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request()
2295 struct ceph_osd_client *osdc; in ceph_do_objects_copy()
Daddr.c560 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock()
Dcaps.c1232 struct ceph_osd_client *osdc = &arg->session->s_mdsc->fsc->client->osdc; in encode_cap_msg()
4132 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_handle_caps()
Dmds_client.c2095 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_send_cap_releases()