Lines Matching refs:oloc
1887 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy() argument
1889 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy()
2151 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg() argument
2154 WARN_ON(pi->id != oloc->pool); in __ceph_object_locator_to_pg()
2156 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg()
2157 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2165 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg()
2170 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2173 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2178 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
2185 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg() argument
2190 pi = ceph_pg_pool_by_id(osdmap, oloc->pool); in ceph_object_locator_to_pg()
2194 __ceph_object_locator_to_pg(pi, oid, oloc, raw_pgid); in ceph_object_locator_to_pg()