Home
last modified time | relevance | path

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

/linux-6.1.9/net/ceph/
Ddebugfs.c200 t->target_oid.name_len, t->target_oid.name, t->flags); in dump_target()
202 seq_printf(s, "%*pE\t0x%x", t->target_oid.name_len, in dump_target()
203 t->target_oid.name, t->flags); in dump_target()
Dosd_client.c420 ceph_oid_init(&t->target_oid); in target_init()
436 ceph_oid_copy(&dest->target_oid, &src->target_oid); in target_copy()
464 ceph_oid_destroy(&t->target_oid); in target_destroy()
1561 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
1577 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target()
1937 hoid->oid = t->target_oid.name; in hoid_fill_from_target()
1938 hoid->oid_len = t->target_oid.name_len; in hoid_fill_from_target()
2117 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial()
2118 req->r_t.target_oid.name_len); in encode_request_partial()
2154 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial()
/linux-6.1.9/include/linux/ceph/
Dosd_client.h154 struct ceph_object_id target_oid; member