target_oloc       153 include/linux/ceph/osd_client.h 	struct ceph_object_locator target_oloc;
target_oloc       194 net/ceph/debugfs.c 	if (t->target_oloc.pool_ns) {
target_oloc       196 net/ceph/debugfs.c 			(int)t->target_oloc.pool_ns->len,
target_oloc       197 net/ceph/debugfs.c 			t->target_oloc.pool_ns->str,
target_oloc       421 net/ceph/osd_client.c 	ceph_oloc_init(&t->target_oloc);
target_oloc       437 net/ceph/osd_client.c 	ceph_oloc_copy(&dest->target_oloc, &src->target_oloc);
target_oloc       463 net/ceph/osd_client.c 	ceph_oloc_destroy(&t->target_oloc);
target_oloc      1494 net/ceph/osd_client.c 	WARN_ON(pi->id != t->target_oloc.pool);
target_oloc      1541 net/ceph/osd_client.c 	ceph_oloc_copy(&t->target_oloc, &t->base_oloc);
target_oloc      1544 net/ceph/osd_client.c 			t->target_oloc.pool = pi->read_tier;
target_oloc      1546 net/ceph/osd_client.c 			t->target_oloc.pool = pi->write_tier;
target_oloc      1548 net/ceph/osd_client.c 		pi = ceph_pg_pool_by_id(osdc->osdmap, t->target_oloc.pool);
target_oloc      1556 net/ceph/osd_client.c 	__ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid);
target_oloc      1903 net/ceph/osd_client.c 	if (t->target_oloc.pool_ns) {
target_oloc      1904 net/ceph/osd_client.c 		hoid->nspace = t->target_oloc.pool_ns->str;
target_oloc      1905 net/ceph/osd_client.c 		hoid->nspace_len = t->target_oloc.pool_ns->len;
target_oloc      1910 net/ceph/osd_client.c 	hoid->pool = t->target_oloc.pool;
target_oloc      2077 net/ceph/osd_client.c 	encode_oloc(&p, end, &req->r_t.target_oloc);
target_oloc      3619 net/ceph/osd_client.c 	m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns;
target_oloc      3654 net/ceph/osd_client.c 		req->r_t.target_oloc.pool = m.redirect.oloc.pool;