Home
last modified time | relevance | path

Searched refs:ceph_oid_copy (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosdmap.h131 void ceph_oid_copy(struct ceph_object_id *dest,
/openbmc/linux/net/ceph/
H A Dosd_client.c461 ceph_oid_copy(&dest->base_oid, &src->base_oid); in target_copy()
463 ceph_oid_copy(&dest->target_oid, &src->target_oid); in target_copy()
1641 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
4798 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_watch()
4836 ceph_oid_copy(&req->r_base_oid, &lreq->t.base_oid); in ceph_osdc_unwatch()
4905 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_notify_ack()
4983 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
5116 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_list_watchers()
5193 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_call()
H A Dosdmap.c2137 void ceph_oid_copy(struct ceph_object_id *dest, in ceph_oid_copy() function
2152 EXPORT_SYMBOL(ceph_oid_copy);
/openbmc/linux/fs/ceph/
H A Dfile.c1353 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work()
2746 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()
H A Daddr.c2082 ceph_oid_copy(&wr_req->r_base_oid, &rd_req->r_base_oid); in __ceph_pool_perm_get()
/openbmc/linux/drivers/block/
H A Drbd.c4838 ceph_oid_copy(&req->r_base_oid, oid); in rbd_obj_read_sync()