Lines Matching refs:oloc
2131 void ceph_oloc_destroy(struct ceph_object_locator *oloc) in ceph_oloc_destroy() argument
2133 ceph_put_string(oloc->pool_ns); in ceph_oloc_destroy()
2395 const struct ceph_object_locator *oloc, in __ceph_object_locator_to_pg() argument
2398 WARN_ON(pi->id != oloc->pool); in __ceph_object_locator_to_pg()
2400 if (!oloc->pool_ns) { in __ceph_object_locator_to_pg()
2401 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2409 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg()
2414 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()
2417 raw_pgid->pool = oloc->pool; in __ceph_object_locator_to_pg()
2422 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()
2429 const struct ceph_object_locator *oloc, in ceph_object_locator_to_pg() argument
2434 pi = ceph_pg_pool_by_id(osdmap, oloc->pool); in ceph_object_locator_to_pg()
2438 __ceph_object_locator_to_pg(pi, oid, oloc, raw_pgid); in ceph_object_locator_to_pg()