Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Ddebugfs.c196 if (t->target_oloc.pool_ns) { in dump_target()
198 (int)t->target_oloc.pool_ns->len, in dump_target()
199 t->target_oloc.pool_ns->str, in dump_target()
H A Dosd_client.c448 ceph_oloc_init(&t->target_oloc); in target_init()
464 ceph_oloc_copy(&dest->target_oloc, &src->target_oloc); in target_copy()
492 ceph_oloc_destroy(&t->target_oloc); in target_destroy()
1554 WARN_ON(pi->id != t->target_oloc.pool); in target_should_be_paused()
1642 ceph_oloc_copy(&t->target_oloc, &t->base_oloc); in calc_target()
1645 t->target_oloc.pool = pi->read_tier; in calc_target()
1647 t->target_oloc.pool = pi->write_tier; in calc_target()
2022 if (t->target_oloc.pool_ns) { in hoid_fill_from_target()
2023 hoid->nspace = t->target_oloc.pool_ns->str; in hoid_fill_from_target()
2029 hoid->pool = t->target_oloc.pool; in hoid_fill_from_target()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h212 struct ceph_object_locator target_oloc; member