Searched refs:nsl (Results 1 – 1 of 1) sorted by relevance
2409 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local2410 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()2414 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()2415 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()2416 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()2422 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()