Searched refs:ceph_oloc_copy (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 88 void ceph_oloc_copy(struct ceph_object_locator *dest,
|
/Linux-v4.19/net/ceph/ |
D | osd_client.c | 432 ceph_oloc_copy(&dest->base_oloc, &src->base_oloc); in target_copy() 434 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy() 1452 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target() 2909 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in send_linger() 4478 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in alloc_linger_request() 4513 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_watch() 4571 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in ceph_osdc_unwatch() 4641 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_notify_ack() 4727 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_notify() 4881 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_list_watchers() [all …]
|
D | osdmap.c | 1874 void ceph_oloc_copy(struct ceph_object_locator *dest, in ceph_oloc_copy() function 1885 EXPORT_SYMBOL(ceph_oloc_copy);
|
/Linux-v4.19/fs/ceph/ |
D | file.c | 877 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()
|
D | addr.c | 1922 ceph_oloc_copy(&wr_req->r_base_oloc, &rd_req->r_base_oloc); in __ceph_pool_perm_get()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 1496 ceph_oloc_copy(&req->r_base_oloc, &rbd_dev->header_oloc); in rbd_osd_req_create() 3784 ceph_oloc_copy(&req->r_base_oloc, oloc); in rbd_obj_read_sync()
|