Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dosdmap.h88 void ceph_oloc_copy(struct ceph_object_locator *dest,
/Linux-v5.4/net/ceph/
Dosd_client.c435 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()
1541 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
3010 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in send_linger()
4586 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in alloc_linger_request()
4638 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_watch()
4688 ceph_oloc_copy(&req->r_base_oloc, &lreq->t.base_oloc); in ceph_osdc_unwatch()
4757 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_notify_ack()
4842 ceph_oloc_copy(&lreq->t.base_oloc, oloc); in ceph_osdc_notify()
5003 ceph_oloc_copy(&req->r_base_oloc, oloc); in ceph_osdc_list_watchers()
[all …]
Dosdmap.c1895 void ceph_oloc_copy(struct ceph_object_locator *dest, in ceph_oloc_copy() function
1906 EXPORT_SYMBOL(ceph_oloc_copy);
/Linux-v5.4/drivers/block/
Drbd.c1587 ceph_oloc_copy(&req->r_base_oloc, &rbd_dev->header_oloc); in __rbd_obj_add_osd_request()
2217 ceph_oloc_copy(&req->r_base_oloc, &rbd_dev->header_oloc); in rbd_object_map_update()
4941 ceph_oloc_copy(&req->r_base_oloc, oloc); in rbd_obj_read_sync()
/Linux-v5.4/fs/ceph/
Daddr.c1914 ceph_oloc_copy(&wr_req->r_base_oloc, &rd_req->r_base_oloc); in __ceph_pool_perm_get()
Dfile.c893 ceph_oloc_copy(&req->r_base_oloc, &orig_req->r_base_oloc); in ceph_aio_retry_work()