Lines Matching refs:oloc
1908 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy() argument
1910 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy()
2172 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg() argument
2175 WARN_ON(pi->id != oloc->pool); in __ceph_object_locator_to_pg()
2177 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg()
2178 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2186 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg()
2191 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2194 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2199 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
2206 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg() argument
2211 pi = ceph_pg_pool_by_id(osdmap, oloc->pool); in ceph_object_locator_to_pg()
2215 __ceph_object_locator_to_pg(pi, oid, oloc, raw_pgid); in ceph_object_locator_to_pg()