Searched refs:target_oid (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/ceph/ |
D | debugfs.c | 198 t->target_oid.name_len, t->target_oid.name, t->flags); in dump_target() 200 seq_printf(s, "%*pE\t0x%x", t->target_oid.name_len, in dump_target() 201 t->target_oid.name, t->flags); in dump_target()
|
D | osd_client.c | 420 ceph_oid_init(&t->target_oid); in target_init() 436 ceph_oid_copy(&dest->target_oid, &src->target_oid); in target_copy() 462 ceph_oid_destroy(&t->target_oid); in target_destroy() 1540 ceph_oid_copy(&t->target_oid, &t->base_oid); in calc_target() 1556 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target() 1898 hoid->oid = t->target_oid.name; in hoid_fill_from_target() 1899 hoid->oid_len = t->target_oid.name_len; in hoid_fill_from_target() 2078 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial() 2079 req->r_t.target_oid.name_len); in encode_request_partial() 2115 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial()
|
/Linux-v5.4/include/linux/ceph/ |
D | osd_client.h | 152 struct ceph_object_id target_oid; member
|