Home
last modified time | relevance | path

Searched defs:osdc (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/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() local
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()
544 struct ceph_osd_client *osdc = req->r_osdc; in request_reinit() local
572 struct ceph_osd_request *ceph_osdc_alloc_request(struct ceph_osd_client *osdc, in ceph_osdc_alloc_request()
611 struct ceph_osd_client *osdc = req->r_osdc; in ceph_osdc_alloc_messages() local
981 struct ceph_osd_request *ceph_osdc_new_request(struct ceph_osd_client *osdc, in ceph_osdc_new_request()
1139 static struct ceph_osd *create_osd(struct ceph_osd_client *osdc, int onum) in create_osd()
[all …]
Dcls_lock_client.c22 int ceph_cls_lock(struct ceph_osd_client *osdc, in ceph_cls_lock()
88 int ceph_cls_unlock(struct ceph_osd_client *osdc, in ceph_cls_unlock()
137 int ceph_cls_break_lock(struct ceph_osd_client *osdc, in ceph_cls_break_lock()
183 int ceph_cls_set_cookie(struct ceph_osd_client *osdc, in ceph_cls_set_cookie()
324 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() local
340 struct ceph_osd_client *osdc = &client->osdc; in osdc_show() local
/Linux-v4.19/drivers/block/
Drbd.c1478 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_osd_req_create() local
2672 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_lock() local
2696 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_unlock() local
2719 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_notify_op_lock() local
2846 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in get_lock_owner_info() local
2893 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in find_watcher() local
3239 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_acknowledge_notify() local
3367 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_register_watch() local
3388 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in __rbd_unregister_watch() local
3449 struct ceph_osd_client *osdc = &rbd_dev->rbd_client->client->osdc; in rbd_reacquire_lock() local
[all …]
/Linux-v4.19/fs/ceph/
Dioctl.c184 struct ceph_osd_client *osdc = in ceph_ioctl_get_dataloc() local
Dxattr.c75 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout() local
154 struct ceph_osd_client *osdc = &fsc->client->osdc; in ceph_vxattrcb_layout_pool() local
Daddr.c191 struct ceph_osd_client *osdc = in ceph_do_readpage() local
306 struct ceph_osd_client *osdc = in start_read() local
Dcaps.c1136 struct ceph_osd_client *osdc = &arg->session->s_mdsc->fsc->client->osdc; in send_cap_msg() local
3794 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_handle_caps() local
Dmds_client.c1677 struct ceph_osd_client *osdc = &mdsc->fsc->client->osdc; in ceph_send_cap_releases() local
/Linux-v4.19/include/linux/ceph/
Dlibceph.h129 struct ceph_osd_client osdc; member
Dosd_client.h241 struct ceph_osd_client *osdc; member
367 static inline bool ceph_osdmap_flag(struct ceph_osd_client *osdc, int flag) in ceph_osdmap_flag()