target_oid        152 include/linux/ceph/osd_client.h 	struct ceph_object_id target_oid;
target_oid        198 net/ceph/debugfs.c 			t->target_oid.name_len, t->target_oid.name, t->flags);
target_oid        200 net/ceph/debugfs.c 		seq_printf(s, "%*pE\t0x%x", t->target_oid.name_len,
target_oid        201 net/ceph/debugfs.c 			t->target_oid.name, t->flags);
target_oid        420 net/ceph/osd_client.c 	ceph_oid_init(&t->target_oid);
target_oid        436 net/ceph/osd_client.c 	ceph_oid_copy(&dest->target_oid, &src->target_oid);
target_oid        462 net/ceph/osd_client.c 	ceph_oid_destroy(&t->target_oid);
target_oid       1540 net/ceph/osd_client.c 	ceph_oid_copy(&t->target_oid, &t->base_oid);
target_oid       1556 net/ceph/osd_client.c 	__ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid);
target_oid       1898 net/ceph/osd_client.c 	hoid->oid = t->target_oid.name;
target_oid       1899 net/ceph/osd_client.c 	hoid->oid_len = t->target_oid.name_len;
target_oid       2078 net/ceph/osd_client.c 	ceph_encode_string(&p, end, req->r_t.target_oid.name,
target_oid       2079 net/ceph/osd_client.c 			   req->r_t.target_oid.name_len);
target_oid       2115 net/ceph/osd_client.c 	     req->r_t.target_oid.name, req->r_t.target_oid.name_len);