Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A 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()
H A Dosd_client.c447 ceph_oid_init(&t->target_oid); in target_init()
463 ceph_oid_copy(&dest->target_oid, &src->target_oid); in target_copy()
491 ceph_oid_destroy(&t->target_oid); in target_destroy()
1641 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target()
1657 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target()
2017 hoid->oid = t->target_oid.name; in hoid_fill_from_target()
2018 hoid->oid_len = t->target_oid.name_len; in hoid_fill_from_target()
2198 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial()
2199 req->r_t.target_oid.name_len); in encode_request_partial()
2235 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h211 struct ceph_object_id target_oid; member