Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dosdmap.h129 void ceph_oid_copy(struct ceph_object_id *dest,
/Linux-v4.19/net/ceph/
Dosd_client.c431 ceph_oid_copy(&dest->base_oid, &src->base_oid); in target_copy()
433 ceph_oid_copy(&dest->target_oid, &src->target_oid); in target_copy()
1451 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
2908 ceph_oid_copy(&req->r_base_oid, &lreq->t.base_oid); in send_linger()
4477 ceph_oid_copy(&req->r_base_oid, &lreq->t.base_oid); in alloc_linger_request()
4512 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_watch()
4570 ceph_oid_copy(&req->r_base_oid, &lreq->t.base_oid); in ceph_osdc_unwatch()
4640 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_notify_ack()
4726 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
4880 ceph_oid_copy(&req->r_base_oid, oid); in ceph_osdc_list_watchers()
[all …]
Dosdmap.c1893 void ceph_oid_copy(struct ceph_object_id *dest, in ceph_oid_copy() function
1908 EXPORT_SYMBOL(ceph_oid_copy);
/Linux-v4.19/fs/ceph/
Dfile.c878 ceph_oid_copy(&req->r_base_oid, &orig_req->r_base_oid); in ceph_aio_retry_work()
Daddr.c1923 ceph_oid_copy(&wr_req->r_base_oid, &rd_req->r_base_oid); in __ceph_pool_perm_get()
/Linux-v4.19/drivers/block/
Drbd.c3783 ceph_oid_copy(&req->r_base_oid, oid); in rbd_obj_read_sync()