Lines Matching refs:oloc
2115 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy() argument
2117 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy()
2379 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg() argument
2382 WARN_ON(pi->id != oloc->pool); in __ceph_object_locator_to_pg()
2384 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg()
2385 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2393 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg()
2398 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2401 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2406 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
2413 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg() argument
2418 pi = ceph_pg_pool_by_id(osdmap, oloc->pool); in ceph_object_locator_to_pg()
2422 __ceph_object_locator_to_pg(pi, oid, oloc, raw_pgid); in ceph_object_locator_to_pg()