Home
last modified time | relevance | path

Searched refs:ceph_oloc_copy (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/ceph/
H A Dosdmap.h91 void ceph_oloc_copy(struct ceph_object_locator *dest,
/linux/net/ceph/
H A Dosd_client.c462 ceph_oloc_copy(&dest->base_oloc, &src->base_oloc); in target_copy()
464 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy()
1644 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
4801 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_watch()
4839 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in ceph_osdc_unwatch()
4908 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_notify_ack()
4986 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_notify()
5085 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_list_watchers()
5162 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_call()
H A Dosdmap.c2118 void ceph_oloc_copy(struct ceph_object_locator *dest, in ceph_oloc_copy() function
2129 EXPORT_SYMBOL(ceph_oloc_copy);
/linux/fs/ceph/
H A Dfile.c1447 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()
2853 ceph_oloc_copy(&req->r_t.base_oloc, dst_oloc); in ceph_alloc_copyfrom_request()
H A Daddr.c2109 ceph_oloc_copy(&wr_req->r_base_oloc, &rd_req->r_base_oloc); in __ceph_pool_perm_get()