Searched refs:target_oid (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | debugfs.c | 200 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 D | osd_client.c | 447 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() 1643 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target() 1659 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target() 2019 hoid->oid = t->target_oid.name; in hoid_fill_from_target() 2020 hoid->oid_len = t->target_oid.name_len; in hoid_fill_from_target() 2200 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial() 2201 req->r_t.target_oid.name_len); in encode_request_partial() 2237 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial()
|
/openbmc/linux/include/linux/ceph/ |
H A D | osd_client.h | 211 struct ceph_object_id target_oid; member
|