Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dosd_client.h152 struct ceph_object_id base_oid; member
187 #define r_base_oid r_t.base_oid
/linux-6.1.9/net/ceph/
Dosd_client.c418 ceph_oid_init(&t->base_oid); in target_init()
434 ceph_oid_copy(&dest->base_oid, &src->base_oid); in target_copy()
462 ceph_oid_destroy(&t->base_oid); in target_destroy()
1561 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
4707 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_watch()
4745 ceph_oid_copy(&req->r_base_oid, &lreq->t.base_oid); in ceph_osdc_unwatch()
4892 ceph_oid_copy(&lreq->t.base_oid, oid); in ceph_osdc_notify()
/linux-6.1.9/fs/ceph/
Dfile.c2265 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()