Searched refs:nsl (Results 1 – 1 of 1) sorted by relevance
2186 int nsl = oloc->pool_ns->len; in __ceph_object_locator_to_pg() local2187 size_t total = nsl + 1 + oid->name_len; in __ceph_object_locator_to_pg()2191 memcpy(buf, oloc->pool_ns->str, nsl); in __ceph_object_locator_to_pg()2192 buf[nsl] = '\037'; in __ceph_object_locator_to_pg()2193 memcpy(buf + nsl + 1, oid->name, oid->name_len); in __ceph_object_locator_to_pg()2199 oid->name, nsl, oloc->pool_ns->str, in __ceph_object_locator_to_pg()