Home
last modified time | relevance | path

Searched refs:base_oid (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h209 struct ceph_object_id base_oid; member
244 #define r_base_oid r_t.base_oid
/openbmc/linux/net/ceph/
H A Dosd_client.c445 ceph_oid_init(&t->base_oid); in target_init()
461 ceph_oid_copy(&dest->base_oid, &src->base_oid); in target_copy()
489 ceph_oid_destroy(&t->base_oid); in target_destroy()
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()
4983 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
/openbmc/linux/fs/ceph/
H A Dfile.c2746 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()