Lines Matching refs:oloc
2096 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy() argument
2098 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy()
2360 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg() argument
2363 WARN_ON(pi->id != oloc->pool); in __ceph_object_locator_to_pg()
2365 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg()
2366 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2374 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg()
2379 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2382 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2387 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
2394 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg() argument
2399 pi = ceph_pg_pool_by_id(osdmap, oloc->pool); in ceph_object_locator_to_pg()
2403 __ceph_object_locator_to_pg(pi, oid, oloc, raw_pgid); in ceph_object_locator_to_pg()