Searched refs:ceph_oloc_copy (Results 1 – 2 of 2) sorted by relevance
/net/ceph/ |
D | osd_client.c | 435 ceph_oloc_copy(&dest->base_oloc, &src->base_oloc); in target_copy() 437 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy() 1542 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target() 3011 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in send_linger() 4594 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in alloc_linger_request() 4646 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_watch() 4696 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in ceph_osdc_unwatch() 4765 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_notify_ack() 4850 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_notify() 5012 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_list_watchers() [all …]
|
D | osdmap.c | 1904 void ceph_oloc_copy(struct ceph_object_locator *dest, in ceph_oloc_copy() function 1915 EXPORT_SYMBOL(ceph_oloc_copy);
|