Home
last modified time | relevance | path

Searched refs:target_oloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/ceph/
Ddebugfs.c194 if (t->target_oloc.pool_ns) { in dump_target()
196 (int)t->target_oloc.pool_ns->len, in dump_target()
197 t->target_oloc.pool_ns->str, in dump_target()
Dosd_client.c421 ceph_oloc_init(&t->target_oloc); in target_init()
437 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy()
463 ceph_oloc_destroy(&t->target_oloc); in target_destroy()
1494 WARN_ON(pi->id != t->target_oloc.pool); in target_should_be_paused()
1541 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
1544 t->target_oloc.pool = pi->read_tier; in calc_target()
1546 t->target_oloc.pool = pi->write_tier; in calc_target()
1548 pi = ceph_pg_pool_by_id(osdc->osdmap, t->target_oloc.pool); in calc_target()
1556 __ceph_object_locator_to_pg(pi, &t->target_oid, &t->target_oloc, &pgid); in calc_target()
1903 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
[all …]
/Linux-v5.4/include/linux/ceph/
Dosd_client.h153 struct ceph_object_locator target_oloc; member