Searched refs:ceph_osd_client (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/ceph/ |
A D | osd_client.h | 23 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 389 extern int ceph_osdc_init(struct ceph_osd_client *osdc, 520 int ceph_osdc_call(struct ceph_osd_client *osdc, 530 ceph_osdc_watch(struct ceph_osd_client *osdc, 536 int ceph_osdc_unwatch(struct ceph_osd_client *osdc, 539 int ceph_osdc_notify_ack(struct ceph_osd_client *osdc, [all …]
|
A D | cls_lock_client.h | 27 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,
|
A D | libceph.h | 134 struct ceph_osd_client osdc;
|
/linux-6.3-rc2/net/ceph/ |
A D | osd_client.c | 79 struct ceph_osd_client *osdc = osd->o_osdc; in verify_osd_locked() 581 struct ceph_osd_client *osdc = req->r_osdc; in __ceph_osdc_alloc_messages() 1251 struct ceph_osd_client *osdc = osd->o_osdc; in DEFINE_RB_FUNCS() 1272 struct ceph_osd_client *osdc = osd->o_osdc; in __remove_osd_from_lru() 2738 linger_alloc(struct ceph_osd_client *osdc) in linger_alloc() 3358 struct ceph_osd_client *osdc = in handle_timeout() 3447 struct ceph_osd_client *osdc = in handle_osds_timeout() 5489 struct ceph_osd_client *osdc = o->o_osdc; in osd_get_authorizer() 5506 struct ceph_osd_client *osdc = o->o_osdc; in osd_add_authorizer_challenge() 5516 struct ceph_osd_client *osdc = o->o_osdc; in osd_verify_authorizer_reply() [all …]
|
A D | cls_lock_client.c | 25 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()
|
A D | debugfs.c | 58 struct ceph_osd_client *osdc = &client->osdc; in osdmap_show() 345 struct ceph_osd_client *osdc = &client->osdc; in osdc_show()
|
/linux-6.3-rc2/drivers/block/ |
A D | rbd.c | 1412 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() 3645 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_lock() 3668 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_unlock() 3691 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_notify_op_lock() 3833 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in get_lock_owner_info() 3880 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in find_watcher() [all …]
|
/linux-6.3-rc2/fs/ceph/ |
A D | ioctl.c | 184 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc()
|
A D | xattr.c | 61 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()
|
A D | file.c | 933 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_sync_read() 1765 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_write_iter() 2255 ceph_alloc_copyfrom_request(struct ceph_osd_client *osdc, in ceph_alloc_copyfrom_request() 2309 struct ceph_osd_client *osdc; in ceph_do_objects_copy()
|
A D | addr.c | 565 struct ceph_osd_client *osdc = &fsc->client->osdc; in writepage_nounlock()
|
A D | caps.c | 1233 struct ceph_osd_client *osdc = &arg->session->s_mdsc->fsc->client->osdc; in encode_cap_msg() 4131 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_handle_caps()
|
A D | mds_client.c | 2101 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_send_cap_releases()
|
Completed in 72 milliseconds