Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/ceph/
Dosd_client.h208 struct ceph_object_id base_oid; member
243 #define r_base_oid r_t.base_oid
/Linux-v6.6/net/ceph/
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()
/Linux-v6.6/fs/ceph/
Dfile.c2743 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()