Lines Matching refs:target_oloc
418 ceph_oloc_init(&t->target_oloc); in target_init()
434 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy()
460 ceph_oloc_destroy(&t->target_oloc); in target_destroy()
1404 WARN_ON(pi->id != t->target_oloc.pool); in target_should_be_paused()
1452 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
1455 t->target_oloc.pool = pi->read_tier; in calc_target()
1457 t->target_oloc.pool = pi->write_tier; in calc_target()
1459 pi = ceph_pg_pool_by_id(osdc->osdmap, t->target_oloc.pool); in calc_target()
1467 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target()
1815 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
1816 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
1817 hoid->nspace_len = t->target_oloc.pool_ns->len; in hoid_fill_from_target()
1822 hoid->pool = t->target_oloc.pool; in hoid_fill_from_target()
1984 encode_oloc(&p, end, &req->r_t.target_oloc); in encode_request_partial()
3508 m.redirect.oloc.pool_ns = req->r_t.target_oloc.pool_ns; in handle_reply()
3543 req->r_t.target_oloc.pool = m.redirect.oloc.pool; in handle_reply()